Skip to content

Commit

Permalink
Add venv instructions to readme (#69)
Browse files Browse the repository at this point in the history
* Add venv instructions to readme
  • Loading branch information
dakinggg committed May 8, 2023
1 parent 3959eac commit 67e61a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,15 @@ Here's what you need to get started with our LLM stack:

To get started, clone this repo and install the requirements:

<!--pytest.mark.skip-->
```bash
git clone https://github.com/mosaicml/llm-foundry.git
cd llm-foundry

# Optional: we highly recommend creating and using a virtual environment
python -m venv llmfoundry-venv
source llmfoundry-venv/bin/activate

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

Expand Down

0 comments on commit 67e61a2

Please sign in to comment.