nvidia-openai-llama3-gen-ai STEP 01- Create a conda environment after opening the repository #conda create -n nvidia-openai-llama3-gen-ai python=3.10 -y conda create -n nvidia-openai-llama3-gen-ai python=3.11.7 -y conda activate nvidia-openai-llama3-gen-ai STEP 02- install the requirements pip install -r requirements.txt STEP 03- Finally run the following command python nvidia-openai-llama3-gen-ai.py