Update requirements.txt
Browse files- requirements.txt +0 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,3 @@
|
|
| 1 |
-
# Core Machine Learning and LLM Support
|
| 2 |
-
transformers>=4.44.0 # For AutoModelForCausalLM and chat template processing [3]
|
| 3 |
-
torch>=2.0.0 # Required backend for model execution [3]
|
| 4 |
-
accelerate>=0.26.0 # For efficient model loading with device_map="auto" [3]
|
| 5 |
-
sentencepiece # Often required by tokenizers for newer models [7]
|
| 6 |
|
| 7 |
|
| 8 |
flask
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
|
| 3 |
flask
|