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 ,
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: