Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ssraghavan-oci committed Jan 13, 2025
1 parent 3219702 commit f5c007a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MI300X/single-node-finetuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
git clone https://github.com/oracle-quickstart/oci-amd-gpu-onboarding.git
cd oci-amd-gpu-onboarding
```
### 2. Create virtual environment names venv_ft
### 2. Create virtual environment
```bash
python3 -m venv venv
python3 -m venv venv_ft
```
### 3. Activate the virtual enviroment
```bash
source vnenv/bin/activate
source vnenv_ft/bin/activate
```

### 4. Install required packages
Expand Down

0 comments on commit f5c007a

Please sign in to comment.