0

I have installed a package (llava model from github) as python install -e .

In my conda env, I have load llava as:

>>python
>>import llava

I put import in a .py file, when I used "python main.py. I can import llava. But using deepspeed in shell file as :

deepspeed main.py --args
>> sh run.sh

It given me error:

ModuleNotFoundError: No module named 'llava'

Note that same configuration works on one system but not the other.

1 Answer 1

1

You can use pip install -e . command as provided in Readme.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.