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
Errors get thrown, but these are version incompatibilities, so these need to be updated.
It started with the error: valueError: rope_scaling must be a dictionary with two fields, type and factor, got {'factor': 8.0, 'low_freq_factor': 1.0, 'high_freq_factor': 4.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}
To reproduce
Steps to reproduce the behavior:
Download repo fill in the empty fields in the yaml file
Use model meta-llama/Llama-3.2-3B-Instruct
Run it
Expected behavior
It runs.
The text was updated successfully, but these errors were encountered:
Errors get thrown, but these are version incompatibilities, so these need to be updated.
It started with the error:
valueError: rope_scaling must be a dictionary with two fields, type and factor, got {'factor': 8.0, 'low_freq_factor': 1.0, 'high_freq_factor': 4.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}
To reproduce
Steps to reproduce the behavior:
Expected behavior
It runs.
The text was updated successfully, but these errors were encountered: