huggingface / huggingface/llm.nvim

Unsupported architecture or OS: x86_64 Windows_NT

Open
#115 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Lua
Stars
1.2k
Forks
58
Avg merge
30m
Merged PRs (30d)
1

Description

When I launch neovim, I get this error message:
```bash
[LLM] Unsupported architecture or OS: x86_64 Windows_NT
[LLM] failed to download llm-ls
```
It's the same for MinGW:
```bash
[LLM] Unsupported architecture or OS: x86_64 MINGW32_NT-10.0
[LLM] failed to download llm-ls
```
My configuration is as follows:
```bash
'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:
```bash
require('mason-tool-installer').setup {
ensure_installed = { 'llm-ls' }
}
```
It works fine in WSL though (using the same config).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.