Skip to content

Commit

Permalink
Update max_model_len for llama-3 lora test (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithkrn authored Jul 19, 2024
1 parent b67818d commit e884131
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/llm/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,8 @@
"adapter_names": ["french", "spanish"],
"option.gpu_memory_utilization":
"0.8",
"option.max_model_len":
65528,
},
"llama-2-tiny": {
"option.model_id": "s3://djl-llm/llama-2-tiny/",
Expand Down Expand Up @@ -730,6 +732,8 @@
"adapter_names": ["french", "spanish"],
"option.gpu_memory_utilization":
"0.8",
"option.max_model_len":
65528,
},
"starcoder2-7b": {
"option.model_id": "s3://djl-llm/bigcode-starcoder2",
Expand Down

0 comments on commit e884131

Please sign in to comment.