Closed msaroufim closed 3 days ago
Note: Links to docs will display an error until the docs builds have been completed.
As of commit 4dd60d4f5bc9aba6a86c63bf5be16481df0eeeea with merge base 478d15b6b7d83aaadfafd07bda18d66399e1c2e1 (): :green_heart: Looks good so far! There are no failures yet. :green_heart:
This comment was automatically generated by Dr. CI and updates every 15 minutes.
I was running torchtitan now with fp8 and this warning popped up
There is no reason this warning needs to pop up, as if someone is using GPTQ without the necessary requirements it should fail. lm_eval is also unused in this specific file
Also practically speaking most of our custom kernels are inference only and warning people they're not imported in a training codebase seems off so also downgrading a message to debug instead of info so we don't see it