-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tuna] Libraries are conflicting and/or very aged #171
Comments
@batawfic Could you be more specific about which project you were trying to fix? |
I just searched TunaTrainer and found this folder https://github.com/microsoft/LMOps/tree/main/tuna . @XingxingZhang and @haorannlp can help with this issue. |
Got it, I will look into this today. |
For For python environment installation, could you be more specific on what problems/errors you've encountered so that I can guide you through this installation process. Alternatively, you can search in Thanks. |
@haorannlp Thanks for getting back to me. I honestly wasn't expecting that. Also I have to upgrade deepspeed==0.13 After all this when running and read the data it hangs for ever. I'm unclear what is the issue also gpt_eval never run, below line in gpt_eval doesn't work with error: OSError: source code not available I gave up honestly to get the examples working. I was using databricks A100 1 GPU with 1 Node. and Python 3.10. Please note that requirement for Llama-X: # CUDA 11.6 |
So disappointed of what is released here. these are just non working pieces.
Funny that in train.py for example you have: from custom import CustomTrainer, but custom is actually have only TunaTrainer.
also where in the code gpt_eval is called, the README never described .
Environment and library installation is another joke!
I'm sure that no one of author will read this comments. So waste of my 3 days spent here
The text was updated successfully, but these errors were encountered: