miike-ai commited on
Commit
77f5ba3
·
verified ·
1 Parent(s): 80a3076

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - mistralai/Devstral-Small-2505
4
+ ---
5
+
6
+ ```python
7
+ python3 -m vllm.entrypoints.openai.api_server \
8
+ --host 0.0.0.0 --port 8000 \
9
+ --model miike-ai/devstral-fp8 \
10
+ --tokenizer mistralai/Devstral-Small-2505 \
11
+ --tokenizer-mode mistral \
12
+ --trust-remote-code
13
+ ```