Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -2,11 +2,13 @@ torch
|
|
| 2 |
pillow
|
| 3 |
gradio
|
| 4 |
accelerate
|
| 5 |
-
#
|
| 6 |
-
transformers
|
| 7 |
einops
|
| 8 |
sentencepiece
|
| 9 |
-
# Tambahan biar ga error loading token
|
| 10 |
protobuf
|
| 11 |
scipy
|
| 12 |
-
tiktoken
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pillow
|
| 3 |
gradio
|
| 4 |
accelerate
|
| 5 |
+
# Kita coba pake library langsung dari pembuat GLM atau HF yang paling update khusus ini
|
| 6 |
+
git+https://github.com/huggingface/transformers.git
|
| 7 |
einops
|
| 8 |
sentencepiece
|
|
|
|
| 9 |
protobuf
|
| 10 |
scipy
|
| 11 |
+
tiktoken
|
| 12 |
+
# Wajib ada buat GLM model vision
|
| 13 |
+
torchvision
|
| 14 |
+
timm
|