xinhe commited on
Commit
9ce1d43
·
verified ·
1 Parent(s): e05be58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -15,7 +15,8 @@ This model is an W4A16 model with group_size 128 of [stepfun-ai/NextStep-1.1](ht
15
  hf download INCModel/NextStep-1.1-W4A16-AutoRound /workspace/models/stepfun-ai/NextStep-1.1-W4A16/
16
  export PYTHONPATH=/workspace/models/stepfun-ai/NextStep-1.1-W4A16/
17
  cd /workspace/models/stepfun-ai/NextStep-1.1-W4A16/
18
- pip install transformers==4.57.6
 
19
  python run_generation.py
20
  ~~~
21
 
 
15
  hf download INCModel/NextStep-1.1-W4A16-AutoRound /workspace/models/stepfun-ai/NextStep-1.1-W4A16/
16
  export PYTHONPATH=/workspace/models/stepfun-ai/NextStep-1.1-W4A16/
17
  cd /workspace/models/stepfun-ai/NextStep-1.1-W4A16/
18
+ uv pip install transformers==4.57.6
19
+ uv pip install gptqmodel==6.0.3 --no-build-isolation
20
  python run_generation.py
21
  ~~~
22