Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
transformers
|
|
@@ -6,4 +7,5 @@ accelerate
|
|
| 6 |
sentencepiece
|
| 7 |
huggingface-hub
|
| 8 |
pydantic
|
| 9 |
-
bitsandbytes
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
fastapi
|
| 3 |
uvicorn[standard]
|
| 4 |
transformers
|
|
|
|
| 7 |
sentencepiece
|
| 8 |
huggingface-hub
|
| 9 |
pydantic
|
| 10 |
+
bitsandbytes
|
| 11 |
+
einops
|