You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not use WithLLamaSharpDefaults as it will enable Embeddings causing exceptions, it can be used directly as an alternative WithLLamaSharpTextEmbeddingGeneration(new LLamaSharpTextEmbeddingGenerator(lsConfig, embWeights))
.WithLLamaSharpTextGeneration(new LlamaSharpTextGenerator(textWeights, context, executor, lsConfig.DefaultInferenceParams))
Description
I've this error: llama_get_logits_ith: invalid logits id 214, reason: no logits
[1] 16721 segmentation fault
Reproduction Steps
I follow this example https://scisharp.github.io/LLamaSharp/0.11.2/Examples/KernelMemorySaveAndLoad/
and use I use this model Meta-Llama-3.1-8B-Instruct-Q5_K_M.gguf
Environment & Configuration
Known Workarounds
No response
The text was updated successfully, but these errors were encountered: