Update README.md
Browse files
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="
|
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
|
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 |
|