Skip to content
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

!mistral-demo $7B_DIR issue #154

Open
shaimaa0000 opened this issue May 22, 2024 · 3 comments
Open

!mistral-demo $7B_DIR issue #154

shaimaa0000 opened this issue May 22, 2024 · 3 comments

Comments

@shaimaa0000
Copy link

Hi ,
When I try to run this command '!mistral-demo $7B_DIR', I encounter an issue related to the GPU. Could you please suggest a solution? I am using Google Colab

issue pic

@sachinsshetty
Copy link
Contributor

replace 7B_DIR with M7B_DIR at all places
looks like an issue with setting environment variables with numeric character.
faced the same issue on ubuntu 22.04. replacing the variable solved the problem.

sachinsshetty added a commit to sachinsshetty/mistral-inference that referenced this issue May 22, 2024
@patrickvonplaten
Copy link
Collaborator

Also note that not every GPU will work with the required version of xformers. If you're having a T4 on google colab, maybe try to manually install a lower version of xformers

@kartikWorld
Copy link

you need to have a NVIDIA A100 machine to fine tune. I faced this earlier with V100. After switching to A100, it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants