Text Generation
Transformers
Safetensors
llama
EuroLLM
philosophy
text
roleplay
mental-health-helper
conversational
text-generation-inference
Instructions to use aifeifei798/EuroLLM-22B-Instruct-2512-FT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aifeifei798/EuroLLM-22B-Instruct-2512-FT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="aifeifei798/EuroLLM-22B-Instruct-2512-FT") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("aifeifei798/EuroLLM-22B-Instruct-2512-FT") model = AutoModelForCausalLM.from_pretrained("aifeifei798/EuroLLM-22B-Instruct-2512-FT", device_map="auto") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use aifeifei798/EuroLLM-22B-Instruct-2512-FT with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "aifeifei798/EuroLLM-22B-Instruct-2512-FT" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "aifeifei798/EuroLLM-22B-Instruct-2512-FT", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/aifeifei798/EuroLLM-22B-Instruct-2512-FT
- SGLang
How to use aifeifei798/EuroLLM-22B-Instruct-2512-FT 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 "aifeifei798/EuroLLM-22B-Instruct-2512-FT" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "aifeifei798/EuroLLM-22B-Instruct-2512-FT", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'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 "aifeifei798/EuroLLM-22B-Instruct-2512-FT" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "aifeifei798/EuroLLM-22B-Instruct-2512-FT", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use aifeifei798/EuroLLM-22B-Instruct-2512-FT with Docker Model Runner:
docker model run hf.co/aifeifei798/EuroLLM-22B-Instruct-2512-FT
Upload 6 files
Browse files
model-00041-of-00046.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7d6ba3242103b20276ff7a3ea566f5ef378ad2492e72abf70da16b771404f4f
|
| 3 |
+
size 981517688
|
model-00042-of-00046.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:487519293405ab3721d7ceb4218a3ac8e789f04807b52914e831007180b017c1
|
| 3 |
+
size 956327416
|
model-00043-of-00046.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9ffee2ecbc30cf7e658443639630e4c1268d709f6394fc06eef32b494726de0
|
| 3 |
+
size 981492888
|
model-00044-of-00046.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fd7ebdf4e8a5a3dc9bb37978e0392507050b91ac45a28841fd2e7e9300cb453
|
| 3 |
+
size 981492888
|
model-00045-of-00046.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b27d28de29be8d883f75edd457ae26fecdfc101d54307f4e3b8e57ac6dc8c06d
|
| 3 |
+
size 1572864128
|
model-00046-of-00046.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a44054d4d14701c621dd263e0b1804a462426dcfeb2a22834fad32c8ccd8028
|
| 3 |
+
size 201363912
|