Cody Tilkins
Cody Tilkins
Previously I was depending on update.bat to keep me current, and now since I have run --reinstall-xformers and --reinstall-torch everything has broken down and is mega slow. I still get...
Nobody is building with GPU support. But if you guys are just casually leaving those details to the last paragraph, make sure you have CUDA files being compiled if using...
Whats the current state of things? There seems to be no alternatives.
Do you get an issue where when you use vscodium/windsurf it will spam events to --watch causing it to translate endlessly?
As I could tell the respective function took in an unpack type, its a matter of changing the arguments to said function where it includes the input type. Basically hardcoded...
Im trying 12.8 on windows, but my build keeps interrupting randomly throughout the lifespan with this error: ``` C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Microsoft\VC\v170\BuildCustomizations\CUDA 12.8.targets(800,9): error MSB4018: The "CudaCompile" task failed...
I ended up just compiling llama.cpp and using easy_llama. It's a lot better than I initially anticipated, as this repository is a year out of date. The only thing wrong...
I think IDisposable pattern makes sense as we have pretty much an unsafe handle. Making a safe handle forces you into using IDisposable but optionally and people can use the,...
> Hi there, can `Lua 5.0` be added please? There is a branch with Lua 5.0.3 and a dll built for windows. Please test and let me know any bugs....
You are actually using lua5.1 with that code, do a pull I just added some changes where it targets the appropriate dll. While 51 and 50 are very similar there...