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
Hi @man-shar, good question. pip install will only get our latest stable version, which does not include the chat format changes yet. You'll need to build from source:
git clone https://github.com/pytorch/torchtune.git
cd torchtune
pip install .
Edit: we should probably add some guidance on how to install the nightly version to the README (cc @joecummings)
Hi,
I'm trying to install the latest (
0.1.1
as of today) which adds support for passingchat_format=None
for llama3 models.pip install --upgrade torchtune
But I can't seem to get the latest source for the package. I still get the old stuff where
chat_format
was required.I'm either doing something very stupid, or maybe the registry hasn't been updated or the build wheel might have an older build?
Any help appreciated!
Cheers,
Manas
The text was updated successfully, but these errors were encountered: