Xenobd commited on
Commit
102ddee
·
verified ·
1 Parent(s): 20e7beb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ RUN huggingface-cli download HF1BitLLM/Llama3-8B-1.58-100B-tokens \
42
 
43
  # Setup environment / quantization in one go
44
  WORKDIR /BitNet/models/Llama3-8B-1.58-100B-tokens
45
- RUN python -m setup_env -md . -q i2_s
46
 
47
  # Optional: list files to confirm
48
  RUN ls -lah
 
42
 
43
  # Setup environment / quantization in one go
44
  WORKDIR /BitNet/models/Llama3-8B-1.58-100B-tokens
45
+ RUN python setup_env.py -md . -q i2_s
46
 
47
  # Optional: list files to confirm
48
  RUN ls -lah