nazimali commited on
Commit
934af36
โ€ข
1 Parent(s): 2d42164

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -37,14 +37,14 @@ inference_prompt = """ููŠู…ุง ูŠู„ูŠ ุชุนู„ูŠู…ุงุช ุชุตู ู…ู‡ู…ุฉ. ุงูƒุชุจ
37
 
38
  llm = Llama.from_pretrained(
39
  repo_id="nazimali/mistral-7b-v0.3-instruct-arabic",
40
- filename="Q8_0.gguf",
41
  )
42
 
43
  llm.create_chat_completion(
44
  messages = [
45
  {
46
  "role": "user",
47
- "content": inference_prompt.format("ุงู„ุณู„ุงู… ุนู„ูŠูƒู…ุŒ ู‡ูŠุง ู†ู…ูˆุก")
48
  }
49
  ]
50
  )
@@ -55,8 +55,8 @@ llm.create_chat_completion(
55
  ```shell
56
  ./llama-cli \
57
  --hf-repo "nazimali/mistral-7b-v0.3-instruct-arabic" \
58
- --hf-file Q8_0.gguf \
59
- -p "ุงู„ุณู„ุงู… ุนู„ูŠูƒู…ุŒ ู‡ูŠุง ู†ู…ูˆุก" \
60
  --conversation
61
  ```
62
 
 
37
 
38
  llm = Llama.from_pretrained(
39
  repo_id="nazimali/mistral-7b-v0.3-instruct-arabic",
40
+ filename="Q4_K_M.gguf",
41
  )
42
 
43
  llm.create_chat_completion(
44
  messages = [
45
  {
46
  "role": "user",
47
+ "content": inference_prompt.format("ุงู„ุณู„ุงู… ุนู„ูŠูƒู… ูƒูŠู ุญุงู„ูƒุŸ")
48
  }
49
  ]
50
  )
 
55
  ```shell
56
  ./llama-cli \
57
  --hf-repo "nazimali/mistral-7b-v0.3-instruct-arabic" \
58
+ --hf-file Q4_K_M.gguf \
59
+ -p "ุงู„ุณู„ุงู… ุนู„ูŠูƒู… ูƒูŠู ุญุงู„ูƒุŸ" \
60
  --conversation
61
  ```
62