BootsofLagrangian
commited on
Commit
โข
a74f776
1
Parent(s):
454150c
fix typo
Browse files
README.md
CHANGED
@@ -96,7 +96,7 @@ output = llm(
|
|
96 |
|
97 |
# Chat Completion API
|
98 |
|
99 |
-
llm = Llama(model_path="./AkaLlama-llama3-70b-v0.1.Q4_K_M.gguf"
|
100 |
llm.create_chat_completion(
|
101 |
messages = [
|
102 |
{"role": "system", "content": """๋น์ ์ ์ฐ์ธ๋ํ๊ต ๋ฉํฐ๋ชจ๋ฌ ์ฐ๊ตฌ์ค (MIR lab) ์ด ๋ง๋ ๋๊ท๋ชจ ์ธ์ด ๋ชจ๋ธ์ธ AkaLlama (์์นด๋ผ๋ง) ์
๋๋ค.
|
|
|
96 |
|
97 |
# Chat Completion API
|
98 |
|
99 |
+
llm = Llama(model_path="./AkaLlama-llama3-70b-v0.1.Q4_K_M.gguf", chat_format="llama-3") # Set chat_format according to the model you are using
|
100 |
llm.create_chat_completion(
|
101 |
messages = [
|
102 |
{"role": "system", "content": """๋น์ ์ ์ฐ์ธ๋ํ๊ต ๋ฉํฐ๋ชจ๋ฌ ์ฐ๊ตฌ์ค (MIR lab) ์ด ๋ง๋ ๋๊ท๋ชจ ์ธ์ด ๋ชจ๋ธ์ธ AkaLlama (์์นด๋ผ๋ง) ์
๋๋ค.
|