Aaron Jorgensen
Aaron Jorgensen
I'd like to do a loop to prompt questions for each selected item in a list. How can I et the list, len etc of the current selected list items?
Is it possible to run a function/macro on a google sheet from Sheetfu API?
I have trained the net and am trying to now train the gan. The net worked and finished and the gan works until interrupted (Colab). When I try and resume...
I get the following error when trying to run the app: `torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 1.12 GiB (GPU 0; 15.77 GiB total capacity; 13.52 GiB already...
I'm on an OSX machine with M@ and want to test the inference but do not have CUDA. I've tried setting device to CPU but I still get an error....
**What problem or use case are you trying to solve?** Increased context window for agents **Describe the UX of the solution you'd like** This could be an option in settings...
I have ollama running and am trying to use that as the LLM Devin interacts with. I have set config.toml to: ``` LLM_API_KEY="" LLM_MODEL="ollama/llama2" WORKSPACE_DIR="./workspace" LLM_BASE_URL="http://localhost:11434" ``` It continues to...
Fix models to show up alphabetically for easier searching.
All libraries seem to have been installed properly. However I get this error when trying to run `C:\Users\USER\code\LocalAIVoiceChat-main>start.bat cuda not available llama_cpp_lib: return llama_cpp Initializing LLM llama.cpp model ... llama.cpp...
I've tried to look through documentation of other issues but have yet to find a clear solution. using a very simple test `from whisper_live.client import TranscriptionClient client = TranscriptionClient( "localhost",...