Skip to content

Commit

Permalink
commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed May 25, 2023
1 parent 1c7a60d commit 66f38c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ Here's an example of training Andromeda with the provided code snippet:
1. Clone the repository and install the required packages.

```bash
!git clone https://github.com/kyegomez/Optimus-Prime.git
%cd Optimus-Prime
!pip install --upgrade torch
!pip install -r requirements.txt
!pip install einops
git clone https://github.com/kyegomez/Optimus-Prime.git
cd Optimus-Prime
pip install --upgrade torch
pip install -r requirements.txt
pip install einops
```

2. Run the training script:
Expand Down

0 comments on commit 66f38c8

Please sign in to comment.