Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,4 @@ uvicorn[standard]
|
|
| 3 |
llama_cpp_python[server]==0.2.59
|
| 4 |
huggingface-hub
|
| 5 |
transformers
|
| 6 |
-
tensorflow
|
|
|
|
| 3 |
llama_cpp_python[server]==0.2.59
|
| 4 |
huggingface-hub
|
| 5 |
transformers
|
| 6 |
+
tensorflow[and-cuda]
|