mirror of
https://github.com/datawhalechina/self-llm.git
synced 2026-08-28 15:11:50 +08:00
fix typo in requirements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
|
||||
torch==2.6.0
|
||||
transformers==4.48.2
|
||||
accelerate==1.6.0
|
||||
flask==3.1.0
|
||||
|
||||
@@ -21,9 +21,9 @@ pytorch 2.6.0
|
||||
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
pip install modelscope==1.20.0
|
||||
pip install transformers=4.51.0
|
||||
pip install accelerate=1.6.0
|
||||
pip install compressed-tensors=0.9.3
|
||||
pip install transformers==4.51.0
|
||||
pip install accelerate==1.6.0
|
||||
pip install compressed-tensors==0.9.3
|
||||
pip install flask==3.1.0
|
||||
```
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
|
||||
transformers=4.51.0
|
||||
accelerate=1.6.0
|
||||
compressed-tensors=0.9.3
|
||||
torch==2.6.0
|
||||
transformers==4.51.0
|
||||
accelerate==1.6.0
|
||||
compressed-tensors==0.9.3
|
||||
flask==3.1.0
|
||||
Reference in New Issue
Block a user