Xenobd commited on
Commit
38c9ea7
·
verified ·
1 Parent(s): 102ddee

Update Dockerfile

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