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
Due to a recent PR of the referenced image 'pytorch-inference:1.12.0-gpu-py38'[1] that is used in the 'blogs/rag/data_ingestion_to_vectordb.ipynb' is missing the 'nvgpu' package which customer will run into 'ModuleNotFoundError: No module named 'nvgpu''. Please update the samples accordingly to address this issue.
But if you install nvgpu manually using this method pip install nvgpu or add nvgpu with specific version on the dependencies or requirements.txt, you will get this run.
Due to a recent PR of the referenced image 'pytorch-inference:1.12.0-gpu-py38'[1] that is used in the 'blogs/rag/data_ingestion_to_vectordb.ipynb' is missing the 'nvgpu' package which customer will run into 'ModuleNotFoundError: No module named 'nvgpu''. Please update the samples accordingly to address this issue.
Reference:
[1] aws/deep-learning-containers#2975
The text was updated successfully, but these errors were encountered: