Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat_sample.exe doesn't work well when using Llama-2-7b-chat-hf #557

Closed
yviansu opened this issue Jun 27, 2024 · 1 comment · Fixed by #549
Closed

chat_sample.exe doesn't work well when using Llama-2-7b-chat-hf #557

yviansu opened this issue Jun 27, 2024 · 1 comment · Fixed by #549
Assignees

Comments

@yviansu
Copy link

yviansu commented Jun 27, 2024

Error detail

When running chat_sample.exe using Llama-2-7b-chat-hf, seems that it always have a built-in question:
image

Steps to reproduce

  1. Get Llama-2-7b-chat-hf models by this command:
optimum-cli export openvino --model "meta-llama/Llama-2-7b-chat-hf" --trust-remote-code "meta-llama/Llama-2-7b-chat-hf"
  1. Build the code by https://github.com/openvinotoolkit/openvino.genai/blob/releases/2024/2/src/docs/BUILD.md#build-instructions-1
  2. Run the command:
chat_sample.exe C:\models\Llama-2-7b-chat-hf

By the way, I also tested chat_sample.exe with TinyLlama-1.1B-Chat-v1.0, and it works well:
image

@pavel-esir
Copy link
Contributor

This issue is fixed in #549

@Wovchena Wovchena linked a pull request Jul 10, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants