openvinotoolkit / openvino.genai

Run Generative AI models with simple C++/Python API and using OpenVINO Runtime
Apache License 2.0
152 stars 171 forks source link

[Good First Issue]: Verify youri-7b-chat with GenAI text_generation #272

Open p-wysocki opened 8 months ago

p-wysocki commented 8 months ago

Context

This task regards enabling tests for youri-7b-chat. You can find more details under openvino_notebooks LLM chatbot README.md.

Please ask general questions in the main issue at https://github.com/openvinotoolkit/openvino.genai/issues/259

What needs to be done?

Described in the main Discussion issue at: https://github.com/openvinotoolkit/openvino.genai/issues/259

Example Pull Requests

Described in the main Discussion issue at: https://github.com/openvinotoolkit/openvino.genai/issues/259

Resources

Contact points

Described in the main Discussion issue at: https://github.com/openvinotoolkit/openvino.genai/issues/259

Ticket

No response

RitikaxShakya commented 8 months ago

.take

github-actions[bot] commented 8 months ago

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

RitikaxShakya commented 7 months ago

Hello! @p-wysocki I am these errors while downloading and convert the model and tokenizers, during the process, warnings related to TracerWarning appear. These warnings indicate potential issues with converting tensors to Python boolean values, which might cause inaccuracies in the tracing process. The script tries to send some events, presumably for logging or monitoring purposes. However, it encounters errors related to SSL connections and HTTP errors. These errors seem to be related to network connectivity or server-side issues. I made sure that all dependencies are up to date. Is there anything I am missing maybe ? Please guide me and help me regarding this. Thank you!

image image
p-wysocki commented 7 months ago

cc @pavel-esir

Wovchena commented 3 months ago

I never encountered this. But it feels it's your SSL set up issue. If searching doesn't help I'd propose to try a different machine. Maybe it's your firewall or something.