pevers commited on
Commit
82142be
·
1 Parent(s): 2cbc196

update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/blob/main/dia-nl-v1.zip -O weights/dia-nl-v1.zip
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/blob/main/dia-nl-v1.pth -O weights/dia-nl-v1.pth
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