ServiceNow / Fast-LLM

Accelerating your LLM training to full speed
https://servicenow.github.io/Fast-LLM/
Other
37 stars 5 forks source link

Fix rope scaling when loading llama configs #36

Closed tscholak closed 1 week ago

tscholak commented 2 weeks ago

โœจ Description

Certain Llama configs were crashing Fast-LLM. This fix seems to resolve the issue.

๐Ÿ” Type of change

Select all that apply:

๐Ÿ“ Changes

  1. Changed the value of a constant from False to None following a suggestion by @jlamypoirier

โœ… Checklist

Make sure the following tasks are completed before submitting the PR:

General:

Dependencies and Configuration:

Testing:

Performance Impact:

๐Ÿ“Š Performance Impact Details

N/A


๐Ÿ“ Additional Notes

N/A