-
Notifications
You must be signed in to change notification settings - Fork 245
Description
Hello,
I am facing multiple issues while following the Tunix documentation for learning Supervised Fine-Tuning (SFT).
path - "examples/qlora_llama3_gpu.ipynb"
-
tunix not found after installation
When I install the dependencies (especially qwix), the program asks me to restart the session. After restarting, I run the Imports cell and get:
ModuleNotFoundError: No module named 'tunix'I then run:
!pip install tunixIt shows Requirement already satisfied, but running the Imports cell again still shows tunix not found. This repeats in a loop.However, if I continue running the following cells, they execute successfully.
-
There is no
Automodelin thetunix.models.automodelapi -
Use of old Hugging Face APIs
It appears that Tunix may be using outdated Hugging Face APIs such as:
huggingface_hub_v1.apiInstead of the current:from huggingface_hub import whoamiCould you please confirm whether the library has been updated to use the latest `huggingface_hub API ?
I have tried to run the notebook in google colab , kaggle as well locally on my laptop , this problem occurs in each case
I would appreciate guidance on resolving these issues. @abheesht17 @rajasekharporeddy
Thank you.
Environment
- OS:
PRETTY_NAME="Ubuntu 22.04.5 LTS" NAME="Ubuntu" VERSION_ID="22.04" - Project Version: [e.g., 0.0.1]
Checklist
- I have searched the existing issues for a similar bug report.
- I have provided all the required information in the "Environment" section.
- I have provided a minimal, reproducible example.
Would you like to help us fix it?
Yes , if someone could guide me