You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I encountered an ImportError while trying to use device_map = "auto" parameter. The builder module from the google.protobuf.internal returns with an ImportEror, blocks the usage of device_map parameter. Tested with CPU, 1xT4, 1xA100.
Python Version:
pip 23.1.2 from /usr/local/lib/python3.10/dist-packages/pip (python 3.10)
Python 3.10.12
Versions of protobuf dependencies:
protobuf in /usr/local/lib/python3.10/dist-packages (3.19.6)
grpcio in /usr/local/lib/python3.10/dist-packages (1.56.0)
The text was updated successfully, but these errors were encountered:
Hi. I encountered an ImportError while trying to use device_map = "auto" parameter. The builder module from the google.protobuf.internal returns with an ImportEror, blocks the usage of device_map parameter. Tested with CPU, 1xT4, 1xA100.
Python Version:
pip 23.1.2 from /usr/local/lib/python3.10/dist-packages/pip (python 3.10)
Python 3.10.12
Versions of protobuf dependencies:
protobuf in /usr/local/lib/python3.10/dist-packages (3.19.6)
grpcio in /usr/local/lib/python3.10/dist-packages (1.56.0)
The text was updated successfully, but these errors were encountered: