Dawoodthouseef
commited on
Commit
•
b62830c
1
Parent(s):
4224940
Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ llm = Llama(model_path="./models/7B/llama-model.gguf")
|
|
66 |
output = llm("Q: Name the planets in the solar system? A: ", max_tokens=32, stop=["Q:", "\n"], echo=True)
|
67 |
print(output)
|
68 |
```
|
69 |
-
###EXample Output of the above code
|
70 |
```
|
71 |
{
|
72 |
"id": "cmpl-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
|
|
|
66 |
output = llm("Q: Name the planets in the solar system? A: ", max_tokens=32, stop=["Q:", "\n"], echo=True)
|
67 |
print(output)
|
68 |
```
|
69 |
+
### EXample Output of the above code
|
70 |
```
|
71 |
{
|
72 |
"id": "cmpl-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
|