fix loader instructions to clarify checkpoint download path
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ uv venv && uv sync
|
|
| 61 |
|
| 62 |
# point the loader at this checkpoint + the upstream V4-Flash release
|
| 63 |
export DSV4_REF=/path/to/DeepSeek-V4-Flash # MXFP4 release (tokenizer + non-expert weights)
|
| 64 |
-
export DSV4_INT2=/path/to/this/checkpoint # this directory
|
| 65 |
|
| 66 |
PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True \
|
| 67 |
uv run python eval/v4_int2/repl.py
|
|
|
|
| 61 |
|
| 62 |
# point the loader at this checkpoint + the upstream V4-Flash release
|
| 63 |
export DSV4_REF=/path/to/DeepSeek-V4-Flash # MXFP4 release (tokenizer + non-expert weights)
|
| 64 |
+
export DSV4_INT2=/path/to/this/checkpoint # this directory (download from HF)
|
| 65 |
|
| 66 |
PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True \
|
| 67 |
uv run python eval/v4_int2/repl.py
|