File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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)
3
4
4
- install uv
5
-
6
- [ Suggested solution for HPC systems:
5
+ # install uv
6
+ # Suggested solution for HPC systems:
7
7
%>mkdir ~/.uv
8
8
%>wget https://github.com/astral-sh/uv/releases/download/0.5.28/uv-x86_64-unknown-linux-gnu.tar.gz ~/.uv
9
9
%~/.uv>tar xvzf uv-x86_64-unknown-linux-gnu.tar.gz
10
10
%~/.uv>ln -s uv-x86_64-unknown-linux-gnu/uv uv
11
11
%~/.uv>ln -s uv-x86_64-unknown-linux-gnu/uvx uvx
12
12
#Add to ~/.bashrc
13
13
export PATH=~/.uv:$PATH
14
- ]
15
14
16
15
# git clone / fork WeatherGenerator repo
17
16
%>cd WeatherGenerator
@@ -22,3 +21,4 @@ export PATH=~/.uv:$PATH
22
21
%>uv pip install flash_attn --no-build-isolation
23
22
24
23
%>uv run train
24
+ ```
You can’t perform that action at this time.
0 commit comments