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
Please rebuild the docker image using following docker file
FROM ghcr.io/predibase/lorax:0.12.0
COPY utils.py /opt/conda/lib/python3.10/site-packages/lorax_server/utils/attention/utils.py
RUN transformers==4.45.2
System Info
lorax_version=0.12.0
Using Docker to host the 11b model it runs perfectly for Llama3.1-8b
But with LLama3.2-11b I am getting the following error
ModuleNotFoundError: No module named 'lorax_server.utils.attention.utils'
Information
Tasks
Reproduction
Set the model path in environment variable
and use docker run to host the model
Expected behavior
The model should have been hosted seemlessly like it does for the older model
The text was updated successfully, but these errors were encountered: