llm-apps-workshop icon indicating copy to clipboard operation
llm-apps-workshop copied to clipboard

Missing 'nvgpu' package

Open StrangeParadise opened this issue 2 years ago • 2 comments

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] https://github.com/aws/deep-learning-containers/pull/2975

StrangeParadise avatar Jul 03 '23 23:07 StrangeParadise

Faced same issue when going through this tutorial

wilburliu1123 avatar Feb 09 '24 03:02 wilburliu1123

Same.

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.

blackpearl1022 avatar Feb 14 '24 12:02 blackpearl1022