NickyNicky
commited on
Commit
•
68a194b
1
Parent(s):
ec7fa2e
Update README.md
Browse files
README.md
CHANGED
@@ -80,8 +80,7 @@ reference data model:
|
|
80 |
```Python
|
81 |
!python -m pip install --upgrade pip
|
82 |
!pip install "torch>=2.1.1" -U
|
83 |
-
!pip install
|
84 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/641b435ba5f876fe30c5ae0a/atkOgaHsp1oRX1Ua1dFEA.png)ll -q datasets trl peft bitsandbytes sentencepiece wandb
|
85 |
!pip install -q accelerate safetensors deepspeed
|
86 |
!pip install -q scipy ninja -U
|
87 |
!pip install -q -U transformers==4.38.0
|
|
|
80 |
```Python
|
81 |
!python -m pip install --upgrade pip
|
82 |
!pip install "torch>=2.1.1" -U
|
83 |
+
!pip install -q datasets trl peft bitsandbytes sentencepiece wandb
|
|
|
84 |
!pip install -q accelerate safetensors deepspeed
|
85 |
!pip install -q scipy ninja -U
|
86 |
!pip install -q -U transformers==4.38.0
|