Skip to content

Commit 96a6629

Browse files
authored
Fixed mark up problems
1 parent f5d6e7f commit 96a6629

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

INSTALL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
# Make sure you have a recent version of gcc in your environment
2-
# Make sure your python includes cpython
1+
```
2+
# Make sure you have a recent version of gcc in your environment
3+
# Make sure your python includes cpython (if you do not use uv's python)
34
4-
install uv
5-
6-
[Suggested solution for HPC systems:
5+
# install uv
6+
# Suggested solution for HPC systems:
77
%>mkdir ~/.uv
88
%>wget https://github.com/astral-sh/uv/releases/download/0.5.28/uv-x86_64-unknown-linux-gnu.tar.gz ~/.uv
99
%~/.uv>tar xvzf uv-x86_64-unknown-linux-gnu.tar.gz
1010
%~/.uv>ln -s uv-x86_64-unknown-linux-gnu/uv uv
1111
%~/.uv>ln -s uv-x86_64-unknown-linux-gnu/uvx uvx
1212
#Add to ~/.bashrc
1313
export PATH=~/.uv:$PATH
14-
]
1514
1615
# git clone / fork WeatherGenerator repo
1716
%>cd WeatherGenerator
@@ -22,3 +21,4 @@ export PATH=~/.uv:$PATH
2221
%>uv pip install flash_attn --no-build-isolation
2322
2423
%>uv run train
24+
```

0 commit comments

Comments
 (0)