[GH-ISSUE #7918] Request to add semikong-8b to ollama #67124

Closed
opened 2026-05-04 09:30:52 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @luoLojic on GitHub (Dec 3, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7918

I would like to deploy the semikong-8b model locally. Semikong is a large model fine-tuned from Llama focused on the semiconductor domain. You can find the model on Hugging Face at this link: “https://huggingface.co/pentagoniac/SEMIKONG-8b-GPTQ and the GitHub repository here: “https://github.com/aitomatic/semikong. The model is in the .safetensors format. I attempted to convert it using llama.cpp, but encountered the following error: “ValueError: Can not map tensor 'model.layers.0.mlp.down_proj.g_idx'”. I have not found a suitable solution for this issue. I would love to see this model added to Ollama. Thanks for the developers' hard work.
My English is not very good, and these sentences were generated using a translation tool.

Originally created by @luoLojic on GitHub (Dec 3, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7918 I would like to deploy the semikong-8b model locally. Semikong is a large model fine-tuned from Llama focused on the semiconductor domain. You can find the model on Hugging Face at this link: “[https://huggingface.co/pentagoniac/SEMIKONG-8b-GPTQ](https://huggingface.co/pentagoniac/SEMIKONG-8b-GPTQ) and the GitHub repository here: “[https://github.com/aitomatic/semikong](https://github.com/aitomatic/semikong). The model is in the .safetensors format. I attempted to convert it using llama.cpp, but encountered the following error: “ValueError: Can not map tensor 'model.layers.0.mlp.down_proj.g_idx'”. I have not found a suitable solution for this issue. I would love to see this model added to Ollama. Thanks for the developers' hard work. My English is not very good, and these sentences were generated using a translation tool.
GiteaMirror added the model label 2026-05-04 09:30:52 -05:00
Author
Owner

@rick-github commented on GitHub (Dec 3, 2024):

Unfortunately llama.cpp doesn't suppot GPTQ quantization. In order for the model be imported, it would have to be quantized from the original source, which doesn't appear to be on huggingface. The 70B unquantized model is available.

<!-- gh-comment-id:2514900712 --> @rick-github commented on GitHub (Dec 3, 2024): Unfortunately llama.cpp doesn't suppot GPTQ quantization. In order for the model be imported, it would have to be quantized from the original source, which [doesn't appear](https://github.com/aitomatic/semikong/issues/6) to be on huggingface. The [70B unquantized](https://huggingface.co/pentagoniac/SEMIKONG-70B/tree/main) model is available.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#67124