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

Opconversion Failure for gemma-7b_INT4 #1876

Closed
saivivekseeram1 opened this issue Apr 2, 2024 · 3 comments
Closed

Opconversion Failure for gemma-7b_INT4 #1876

saivivekseeram1 opened this issue Apr 2, 2024 · 3 comments
Assignees

Comments

@saivivekseeram1
Copy link

here i'm attaching the screenshots.
gemma-7b-booleanerror
gemmA7B-filesdownloadsucessfully

@eaidova
Copy link
Contributor

eaidova commented Apr 2, 2024

@saivivekseeram1 hello, please make sure that you executed cell with installing requirements in notebook before running model conversion. This issue required to use openvino-nightly package for resolving, while error what you see appears in openvino 2024.0.0

@saivivekseeram1
Copy link
Author

saivivekseeram1 commented Apr 3, 2024

okay Thank you @eaidova , it ran successfully. But while conversation with the llm in dialogue box , it's throwing an error in the middle of dialogue box.

  1. i gave temperature as 1.0 and 0.1 , but still the issue was same
    Screenshot 2024-04-02 232138
    Screenshot 2024-04-02 232158

i'm attaching here the doument.

Exception in thread Thread-22 (_do_normal_analytics_request):
Traceback (most recent call last):
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx_transports\default.py", line 69, in map_httpcore_exceptions
Exception in thread Thread-24 (_do_normal_analytics_request):
Traceback (most recent call last):
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx_transports\default.py", line 69, in map_httpcore_exceptions
yield
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx_transports\default.py", line 233, in handle_request
yield
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx_transports\default.py", line 233, in handle_request
resp = self._pool.handle_request(req)
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpcore_sync\connection_pool.py", line 216, in handle_request
resp = self._pool.handle_request(req)
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpcore_sync\connection_pool.py", line 216, in handle_request
raise exc from None
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpcore_sync\connection_pool.py", line 196, in handle_request
raise exc from None
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpcore_sync\connection_pool.py", line 196, in handle_request
response = connection.handle_request(
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpcore_sync\connection.py", line 99, in handle_request
response = connection.handle_request(
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpcore_sync\connection.py", line 99, in handle_request
raise exc
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpcore_sync\connection.py", line 76, in handle_request
raise exc
...
self.gen.throw(typ, value, traceback)
File "c:\Users\Local_Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx_transports\default.py", line 86, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectTimeout: _ssl.c:980: The handshake operation timed out

@eaidova
Copy link
Contributor

eaidova commented Apr 26, 2024

@saivivekseeram1 this issue looks like some issue with your proxy settings encode/httpx#1433

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants