Last active
December 26, 2024 20:19
-
-
Save aarora79/45fe2b87ff6f5bd6a01f3d7bd9d21753 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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