Upload .\src\bwenge_ai.egg-info\requires.txt with huggingface_hub
Browse files
.//src//bwenge_ai.egg-info//requires.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
transformers>=4.36.0
|
| 3 |
+
datasets>=2.16.0
|
| 4 |
+
accelerate>=0.25.0
|
| 5 |
+
peft>=0.7.0
|
| 6 |
+
bitsandbytes>=0.41.0
|
| 7 |
+
trl>=0.7.0
|
| 8 |
+
huggingface-hub>=0.20.0
|
| 9 |
+
sentencepiece>=0.1.99
|
| 10 |
+
tokenizers>=0.15.0
|
| 11 |
+
safetensors>=0.4.0
|
| 12 |
+
beautifulsoup4>=4.12.0
|
| 13 |
+
requests>=2.31.0
|
| 14 |
+
lxml>=4.9.0
|
| 15 |
+
tqdm>=4.66.0
|
| 16 |
+
pyyaml>=6.0
|
| 17 |
+
python-dotenv>=1.0.0
|
| 18 |
+
numpy>=1.24.0
|
| 19 |
+
|
| 20 |
+
[dev]
|
| 21 |
+
pytest>=7.4.0
|
| 22 |
+
pytest-cov>=4.1.0
|
| 23 |
+
ruff>=0.1.0
|
| 24 |
+
mypy>=1.7.0
|