Skip to content

Commit d505850

Browse files
authored
Add setproctitle as dep (#220)
1 parent f872cc3 commit d505850

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

examples/2048/2048.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"outputs": [],
129129
"source": [
130130
"%%capture\n",
131-
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 weave --prerelease allow --no-cache-dir"
131+
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 setproctitle weave --prerelease allow --no-cache-dir"
132132
]
133133
},
134134
{

examples/codenames/Codenames_RL.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"outputs": [],
147147
"source": [
148148
"%%capture\n",
149-
"!uv pip install openpipe-art==0.3.11 openpipe accelerate==1.7.0 --prerelease allow --no-cache-dir"
149+
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 setproctitle weave --prerelease allow --no-cache-dir"
150150
]
151151
},
152152
{
@@ -2268,4 +2268,4 @@
22682268
},
22692269
"nbformat": 4,
22702270
"nbformat_minor": 0
2271-
}
2271+
}

examples/temporal_clue/temporal-clue.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"outputs": [],
104104
"source": [
105105
"%%capture\n",
106-
"!uv pip install openpipe-art==0.3.11 openpipe accelerate==1.7.0 --prerelease allow --no-cache-dir"
106+
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 setproctitle weave --prerelease allow --no-cache-dir"
107107
]
108108
},
109109
{
@@ -308,4 +308,4 @@
308308
},
309309
"nbformat": 4,
310310
"nbformat_minor": 2
311-
}
311+
}

examples/tic_tac_toe/tic-tac-toe.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"outputs": [],
113113
"source": [
114114
"%%capture\n",
115-
"!uv pip install openpipe-art==0.3.11.post1 weave accelerate==1.7.0 --prerelease allow --no-cache-dir"
115+
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 setproctitle weave --prerelease allow --no-cache-dir"
116116
]
117117
},
118118
{

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ apt install tmux -y
3737
if [ "${INSTALL_EXTRAS:-false}" = "true" ]; then
3838
uv sync --all-extras
3939
else
40-
uv sync
40+
uv sync --extra backend
4141
fi

0 commit comments

Comments
 (0)