Skip to content
New issue

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

Unsupported architecture or OS: x86_64 Windows_NT #115

Open
msagca opened this issue Dec 13, 2024 · 0 comments
Open

Unsupported architecture or OS: x86_64 Windows_NT #115

msagca opened this issue Dec 13, 2024 · 0 comments

Comments

@msagca
Copy link

msagca commented Dec 13, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant