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

[Good First Issue]: Verify gemma-2b-it with GenAI text_generation #262

Closed
p-wysocki opened this issue Mar 1, 2024 · 14 comments · Fixed by #382
Closed

[Good First Issue]: Verify gemma-2b-it with GenAI text_generation #262

p-wysocki opened this issue Mar 1, 2024 · 14 comments · Fixed by #382
Assignees
Labels
good first issue Good for newcomers

Comments

@p-wysocki
Copy link
Collaborator

Context

This task regards enabling tests for gemma-2b-it. You can find more details under openvino_notebooks LLM chatbot README.md.

Please ask general questions in the main issue at #259

What needs to be done?

Described in the main Discussion issue at: #259

Example Pull Requests

Described in the main Discussion issue at: #259

Resources

Contact points

Described in the main Discussion issue at: #259

Ticket

@Om-Doiphode
Copy link

.take

@p-wysocki
Copy link
Collaborator Author

Hello @Om-Doiphode, the ticket will be manually assigned to you shortly - the take feature hasn't been introduced to GenAI repo yet, but it will be today. :)

Thanks for taking a look at the issue!

@p-wysocki
Copy link
Collaborator Author

Hello @Om-Doiphode, is there anything we could help you with?

@SANJITH-KUMAR-20
Copy link
Contributor

SANJITH-KUMAR-20 commented Apr 4, 2024

.take

Copy link

github-actions bot commented Apr 4, 2024

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

@SANJITH-KUMAR-20
Copy link
Contributor

Hey isnt gemma-2b-it already a supported model? so should I just verify it?

@SANJITH-KUMAR-20
Copy link
Contributor

ok its not... I will try this

@SANJITH-KUMAR-20
Copy link
Contributor

I am getting this issue when i run the following command

cmake -S . -B .\build\ && cmake --build build\ --config Release -j

-- Building for: NMake Makefiles
CMake Error at CMakeLists.txt:5 (project):
Running

'nmake' '-?'

failed with:

no such file or directory

CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!

@mlukasze
Copy link

@ilya-lavrenov could you take a look, please?

@SANJITH-KUMAR-20
Copy link
Contributor

@p-wysocki @mlukasze the above one is solved but I am getting this issue down here

@SANJITH-KUMAR-20
Copy link
Contributor

I ran this command "cmake -DCMAKE_CXX_COMPILER=C:/mingw64/bin/g++.exe -DCMAKE_C_COMPILER=C:/mingw64/bin/gcc.exe -S . -B build -G "MinGW Makefiles"

I am getting this issue

By not providing "FindOpenVINO.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "OpenVINO",
but CMake did not find one.

Could not find a package configuration file provided by "OpenVINO" with any
of the following names:

OpenVINOConfig.cmake
openvino-config.cmake

Add the installation prefix of "OpenVINO" to CMAKE_PREFIX_PATH or set
"OpenVINO_DIR" to a directory containing one of the above files. If
"OpenVINO" provides a separate development package or SDK, be sure it has
been installed.

-- Configuring incomplete, errors occurred!

@SANJITH-KUMAR-20
Copy link
Contributor

enough editing readme right?

@p-wysocki
Copy link
Collaborator Author

cc @pavel-esir

Wovchena pushed a commit that referenced this issue Apr 30, 2024
Sucessfully verified gemma 2b model #262
@Wovchena Wovchena linked a pull request Apr 30, 2024 that will close this issue
@Wovchena
Copy link
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

5 participants