this post was submitted on 18 Apr 2025
22 points (95.8% liked)

LocalLLaMA

2882 readers
58 users here now

Welcome to LocalLLaMA! Here we discuss running and developing machine learning models at home. Lets explore cutting edge open source neural network technology together.

Get support from the community! Ask questions, share prompts, discuss benchmarks, get hyped at the latest and greatest model releases! Enjoy talking about our awesome hobby.

As ambassadors of the self-hosting machine learning community, we strive to support each other and share our enthusiasm in a positive constructive way.

founded 2 years ago
MODERATORS
 

Just thinking about making this a monthly post, which model are you using? what are the positives and negatives?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 4 days ago (1 children)

I'm using this one because before they ceased the Open LLM Leaderboard, it was the highest rated 14B model that can run on a single GPU with 10GB VRAM.

[–] [email protected] 3 points 4 days ago (1 children)

Newbie here. I'm not sure if the documentation tells me if it can run with ollama. If I understand correctly you have to build it «by hand»? I mainly use ollama/models on the official website and I'm too scared to plunge deeper into the mechanics haha.

[–] [email protected] 4 points 4 days ago (1 children)

Not for GGUF comverted models.

Just run the following command in ollama

ollama run hf.co/wanlige/li-14b-v0.4-Q4_K_M-GGUF
[–] [email protected] 3 points 4 days ago

That's awesome thank you.