You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model: # Model specific parameters
base_params:
model_args: "pretrained=Qwen/Qwen2.5-7B-Instruct,dtype=bfloat16,max_model_length=768,gpu_memory_utilisation=0.7" # Model args that you would pass in the command line
generation: # Generation specific parameters
temperature: 1.0
stop_tokens: null
truncate_prompt: false
Expected behavior
can set custom generation params properly
Version info
0.70
The text was updated successfully, but these errors were encountered:
Describe the bug
With config from the readme
To Reproduce
Expected behavior
can set custom generation params properly
Version info
0.70
The text was updated successfully, but these errors were encountered: