performance much worse on windows #77
Closed
v4lentin1879
started this conversation in
General
Replies: 1 comment 6 replies
-
@v4lentin1879 On macOS, Metal is enabled by default, so you benefit from GPU utilization out-of-the-box. AFAIK 2019 Intel MacBooks have an AMD GPU, so you'll have to set custom environment variables before using the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using mistral-7b-openorca.Q5_K_S.gguf for a specific summarization task on macos. An inference takes me approx. 40-90s on my MacBook Pro 2019. Running the same code with the same data on the same device on windows, however, takes much longer (15 mins). I realized that windows is not letting me use the full computing power. This problem is also not related to my bootcamp setup since I have the same problem on a powerful windows computer of a friend of mine.
Any idea how one could fix this/what could be the problem?
Thank you very much in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions