NeMo OpenFold LangChain for NVIDIA GenAI Contest
-
Hardware Requirements: Ensure you have access to NVIDIA GPUs, ideally A100, to run the models efficiently. In my case I rent A100 GPU from Digital Ocean Paperspace. Please see the screenshot. Disk Size: 1TB
-
Check if you can run Docker:
#Add Your User to the Docker Group sudo usermod -aG docker $USER #Log Out and Log Back In groups $USER #You should see docker listed in the output.
-
Pull the NeMo Framework Container:
docker pull nvcr.io/nvidia/nemo:23.10
-
Run the Container:
docker run --gpus all -it --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/nemo:23.10
-
Install Required Python Packages Inside the Container:
#LangChain pip install langchain #LangChain pip install langchain #LangChain pip install langchain #LangChain pip install langchain #LangChain pip install langchain #LangChain pip install langchain