Instructions to use Sao10K/Fimbulvetr-11B-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sao10K/Fimbulvetr-11B-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Sao10K/Fimbulvetr-11B-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Sao10K/Fimbulvetr-11B-v2") model = AutoModelForCausalLM.from_pretrained("Sao10K/Fimbulvetr-11B-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Sao10K/Fimbulvetr-11B-v2 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Sao10K/Fimbulvetr-11B-v2" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Sao10K/Fimbulvetr-11B-v2", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Sao10K/Fimbulvetr-11B-v2
- SGLang
How to use Sao10K/Fimbulvetr-11B-v2 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Sao10K/Fimbulvetr-11B-v2" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Sao10K/Fimbulvetr-11B-v2", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Sao10K/Fimbulvetr-11B-v2" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Sao10K/Fimbulvetr-11B-v2", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use Sao10K/Fimbulvetr-11B-v2 with Docker Model Runner:
docker model run hf.co/Sao10K/Fimbulvetr-11B-v2
Where did GGUF go?
3
#31 opened about 2 years ago
by
Star81
Adding Evaluation Results
#30 opened about 2 years ago
by
leaderboard-pr-bot
Adding Evaluation Results
#28 opened about 2 years ago
by
leaderboard-pr-bot
Amazing!
๐ฅ 4
#25 opened over 2 years ago
by
WOOSAH
Adding Evaluation Results
#24 opened over 2 years ago
by
leaderboard-pr-bot
extremely good model
๐ 1
1
#23 opened over 2 years ago
by
Utochi
Set Dati
#22 opened over 2 years ago
by
ClaudioItaly
Adding Evaluation Results
#18 opened over 2 years ago
by
leaderboard-pr-bot
Adding Evaluation Results
#16 opened over 2 years ago
by
leaderboard-pr-bot
Adding Evaluation Results
#15 opened over 2 years ago
by
leaderboard-pr-bot
Genuinely, surprisingly good model
๐ค 3
#14 opened over 2 years ago
by
otst
Holy **** it's really, really good!
๐ฅ 2
#12 opened over 2 years ago
by
Joure
Absurdly slow on a I7 - 3060 - 64GB
2
#11 opened over 2 years ago
by
webslug
Adding Evaluation Results
1
#10 opened over 2 years ago
by
leaderboard-pr-bot
full set of static and imatrix quants
1
#9 opened over 2 years ago
by
mradermacher
Great model! I suggest switching to ChatML prompt format for next versions.
#8 opened over 2 years ago
by
Kenshiro-28
From one EMS professional to another
#7 opened over 2 years ago
by
JTnt-201lt
Amazing, but how?
๐ 4
#6 opened over 2 years ago
by
Konnect1221
I'm loving this model, thank you.
๐ 8
1
#5 opened over 2 years ago
by
Trappu
Abandoned?
1
#4 opened over 2 years ago
by
kaizeletrama
Regarding your ramble
2
#3 opened over 2 years ago
by
grey8
Great model
1
#2 opened over 2 years ago
by
kaizeletrama
Thanks for what you do.
๐ 2
10
#1 opened over 2 years ago
by
NickelnDime