Infatoshi commited on
Commit
6d16787
·
verified ·
1 Parent(s): 15d1fc7

fix loader instructions to clarify checkpoint download path

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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