Skip to content

Commit

Permalink
[CI] update the model to fp16 (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan authored Dec 12, 2023
1 parent 9e63bc5 commit 81c538f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/llm/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
"option.output_formatter": "jsonlines",
},
"llama2-7b-smoothquant": {
"option.model_id": "s3://djl-llm/llama-2-7b-hf/",
"option.model_id": "TheBloke/Llama-2-7B-fp16",
"option.tensor_parallel_degree": 4,
"option.quantize": "smoothquant",
"option.smoothquant_per_token": "True",
Expand Down

0 comments on commit 81c538f

Please sign in to comment.