Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees authored Feb 7, 2024
1 parent 570dc26 commit 2d9d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cp: subprocess.CompletedProcess = isolated_environment_run(
print(cp.stdout)
```

For example, here are options for installing a different version of pytorch depending on the runtime environment:
Install cuda pytorch when nvidia-smi is found:

```python
# This generates an environment that should be passed to subprocess.run(...)
Expand Down

0 comments on commit 2d9d32d

Please sign in to comment.