Skip to content

Instantly share code, notes, and snippets.

@aarora79
Last active December 26, 2024 20:19
Show Gist options
  • Select an option

  • Save aarora79/45fe2b87ff6f5bd6a01f3d7bd9d21753 to your computer and use it in GitHub Desktop.

Select an option

Save aarora79/45fe2b87ff6f5bd6a01f3d7bd9d21753 to your computer and use it in GitHub Desktop.
conda create --name dsan6725_py311 -y python=3.11 ipykernel
conda activate dsan6725_py311
cat <<EOF > requirements.txt
boto3==1.35.87
litellm==1.55.12
langchain==0.3.13
llama-index==0.12.8
sagemaker==2.237.1
torch==2.5.1
wandb==0.19.1
EOF
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment