Andrew Parsadayan
Andrew Parsadayan
> Hi, would you happen to be running with the m1 chip? No, I am not. My specs are: MacBook Pro (16-inch, 2019) 2.4 GHz 8-Core Intel Core i9 AMD...
> @ZedOud and @0Micfong0 how are you installing python under MacOS. I don't have any issues (I only have an intel Mac) however I am using python installed via Homebrew....
> Is this issue still present in 1.1? Yes. And the error is identical. Also, if it matters, at least this much works for me in 1.0.2 and 1.1 ```...
@hoffstadt I found a solution: https://stackoverflow.com/questions/45098434/module-build-failed-error-dyld-library-not-loaded-usr-local-opt-libpng-lib ``` brew install libpng ``` This came after deleting my Python 3.9 and 3.10 installations from `/Library/Frameworks/Python.framework` and from Applications. At that point, I...
Hi @per1234 This is fascinating. There is too much variation and not enough signals for me to understand the pattern of failure. I had tested many examples, but none of...
I don't know if I can provide any more information. It seems evident that most libraries, and all of those I've tried, move to the declaration. The only exception seems...
Some of the names and references have changes, but otherwise this works.
@randoentity I will include a bit of extra context so you can see how some of it changed. exllamav2.py ``` python # line 60 # Determine the correct cache type...
[This](https://docs.nvidia.com/deploy/topics/topic_5_2_1.html) might be useful. > CUDA_VISIBLE_DEVICES is used to specify which GPU’s should be visible to a CUDA application. Only the devices whose index or UUID is present in the...
I just had this happen, typically the first thing I do is use "Remove last reply" when I get back to the chat interface (model is still loaded and such,...