LM Studio не видит Giga Embeddings как embedding модель.

#1
by TreeLoys - opened

Как должно быть (на примере другого эмбеддинга)

Type: embeddings
{ "id": "text-embedding-nomic-embed-text-v1.5", "object": "model", "type": "embeddings", "publisher": "nomic-ai", "arch": "nomic-bert", "compatibility_type": "gguf", "quantization": "Q4_K_M", "state": "not-loaded", "max_context_length": 2048 }

А отдает

Type: llm
{ "id": "giga-ai-babai", "object": "model", "type": "llm", "publisher": "embedded", "arch": "qwen3", "compatibility_type": "gguf", "quantization": "Q8_0", "state": "loaded", "max_context_length": 8192, "loaded_context_length": 8192 }

Так же в интерфейсе она определяется как LLM. Пофиксите плиз.

Sign up or log in to comment