Skip to content

Commit

Permalink
Fix based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 committed Mar 4, 2025
1 parent fad5b6a commit 8a36f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/llm/example/GPU/HuggingFace/LLM/moonlight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Arguments info:
```log
Inference time: xxxx s
-------------------- Prompt --------------------
What is AI?
Is 123 a prime?
-------------------- Output --------------------
<|im_system|>system<|im_middle|>You are a helpful assistant provided by Moonshot-AI.<|im_end|><|im_user|>user<|im_middle|>What is AI?<|im_end|><|im_assistant|>assistant<|im_middle|>AI, or Artificial Intelligence, refers to the simulation of human intelligence in machines that are programmed to think and learn like humans. These systems can perform tasks that typically
<|im_system|>system<|im_middle|>You are a helpful assistant provided by Moonshot-AI.<|im_end|><|im_user|>user<|im_middle|>Is 123 a prime?<|im_end|><|im_assistant|>assistant<|im_middle|>No, 123 is not a prime number. A prime number is a number greater than 1 that has no positive divisors other than 1 and itself
```

0 comments on commit 8a36f0d

Please sign in to comment.