Skip to content

Commit

Permalink
updt install instructions (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchiley committed Jun 29, 2023
1 parent cc84569 commit e62dc1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ cd llm-foundry
python3 -m venv llmfoundry-venv
source llmfoundry-venv/bin/activate

pip install cmake packaging torch # setup.py requires these be installed

pip install -e ".[gpu]" # or pip install -e . if no NVIDIA GPU
```

Expand Down

0 comments on commit e62dc1c

Please sign in to comment.