Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ pip install git+https://github.com/MALIBA-AI/bambara-tts.git
|
|
80 |
with uv (faster)
|
81 |
|
82 |
```bash
|
83 |
-
uv pip install
|
84 |
```
|
85 |
|
86 |
```bash
|
@@ -90,7 +90,7 @@ Note : if you are in colab please install those additional dependencies :
|
|
90 |
|
91 |
```
|
92 |
!pip install --no-deps bitsandbytes accelerate xformers==0.0.29.post3 peft trl triton cut_cross_entropy unsloth_zoo
|
93 |
-
!pip install sentencepiece protobuf
|
94 |
!pip install --no-deps unsloth
|
95 |
```
|
96 |
|
|
|
80 |
with uv (faster)
|
81 |
|
82 |
```bash
|
83 |
+
uv pip install maliba-ai==1.1.1b0
|
84 |
```
|
85 |
|
86 |
```bash
|
|
|
90 |
|
91 |
```
|
92 |
!pip install --no-deps bitsandbytes accelerate xformers==0.0.29.post3 peft trl triton cut_cross_entropy unsloth_zoo
|
93 |
+
!pip install sentencepiece protobuf huggingface_hub hf_transfer
|
94 |
!pip install --no-deps unsloth
|
95 |
```
|
96 |
|