macadeliccc commited on
Commit
5905897
1 Parent(s): 5524804

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ Trained on 2x4090 using QLoRa and FSDP
20
 
21
  ```bash
22
  python -m vllm.entrypoints.openai.api_server \
23
- --model macadeliccc/Samantha-Qwen2-7B \
24
  --chat-template ./examples/template_chatml.jinja \
25
  ```
26
 
@@ -36,7 +36,7 @@ client = OpenAI(
36
  )
37
 
38
  chat_response = client.chat.completions.create(
39
- model="macadeliccc/Samantha-Qwen2-7B",
40
  messages=[
41
  {"role": "system", "content": "You are a helpful assistant."},
42
  {"role": "user", "content": "Tell me a joke."},
 
20
 
21
  ```bash
22
  python -m vllm.entrypoints.openai.api_server \
23
+ --model macadeliccc/Samantha-Qwen-2-7B \
24
  --chat-template ./examples/template_chatml.jinja \
25
  ```
26
 
 
36
  )
37
 
38
  chat_response = client.chat.completions.create(
39
+ model="macadeliccc/Samantha-Qwen-2-7B",
40
  messages=[
41
  {"role": "system", "content": "You are a helpful assistant."},
42
  {"role": "user", "content": "Tell me a joke."},