We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I launch neovim, I get this error message:
[LLM] Unsupported architecture or OS: x86_64 Windows_NT [LLM] failed to download llm-ls
It's the same for MinGW:
[LLM] Unsupported architecture or OS: x86_64 MINGW32_NT-10.0 [LLM] failed to download llm-ls
My configuration is as follows:
'huggingface/llm.nvim', config = function() require('llm').setup { backend = 'ollama', model = 'codellama', url = 'http://localhost:11434/api/generate', lsp = { bin_path = vim.api.nvim_call_function('stdpath', { 'data' }) .. '/mason/bin/llm-ls' }, } end
and the installation command looks like this:
require('mason-tool-installer').setup { ensure_installed = { 'llm-ls' } }
It works fine in WSL though (using the same config).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I launch neovim, I get this error message:
It's the same for MinGW:
My configuration is as follows:
and the installation command looks like this:
It works fine in WSL though (using the same config).
The text was updated successfully, but these errors were encountered: