update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ uv sync --extra tpu # For TPU
|
|
| 42 |
uv sync --extra cuda # For CUDA
|
| 43 |
|
| 44 |
# Download the checkpoint
|
| 45 |
-
wget https://huggingface.co/pevers/parkiet/
|
| 46 |
|
| 47 |
# Create the checkpoint folder and unzip
|
| 48 |
mkdir -p weights
|
|
@@ -61,7 +61,7 @@ uv run python src/parkiet/jax/inference.py
|
|
| 61 |
uv sync # For CPU
|
| 62 |
uv sync --extra cuda # For CUDA
|
| 63 |
|
| 64 |
-
wget https://huggingface.co/pevers/parkiet/
|
| 65 |
uv run python src/parkiet/dia/inference.py
|
| 66 |
```
|
| 67 |
|
|
|
|
| 42 |
uv sync --extra cuda # For CUDA
|
| 43 |
|
| 44 |
# Download the checkpoint
|
| 45 |
+
wget https://huggingface.co/pevers/parkiet/resolve/main/dia-nl-v1.zip?download=true -O weights/dia-nl-v1.zip
|
| 46 |
|
| 47 |
# Create the checkpoint folder and unzip
|
| 48 |
mkdir -p weights
|
|
|
|
| 61 |
uv sync # For CPU
|
| 62 |
uv sync --extra cuda # For CUDA
|
| 63 |
|
| 64 |
+
wget https://huggingface.co/pevers/parkiet/resolve/main/dia-nl-v1.pth?download=true -O weights/dia-nl-v1.pth
|
| 65 |
uv run python src/parkiet/dia/inference.py
|
| 66 |
```
|
| 67 |
|