Skip to content

Add setproctitle as dep in colab notebooks #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/2048/2048.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"outputs": [],
"source": [
"%%capture\n",
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 weave --prerelease allow --no-cache-dir"
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 setproctitle weave --prerelease allow --no-cache-dir"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions examples/codenames/Codenames_RL.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"outputs": [],
"source": [
"%%capture\n",
"!uv pip install openpipe-art==0.3.11 openpipe accelerate==1.7.0 --prerelease allow --no-cache-dir"
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 setproctitle weave --prerelease allow --no-cache-dir"
]
},
{
Expand Down Expand Up @@ -2268,4 +2268,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
4 changes: 2 additions & 2 deletions examples/temporal_clue/temporal-clue.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"outputs": [],
"source": [
"%%capture\n",
"!uv pip install openpipe-art==0.3.11 openpipe accelerate==1.7.0 --prerelease allow --no-cache-dir"
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 setproctitle weave --prerelease allow --no-cache-dir"
]
},
{
Expand Down Expand Up @@ -308,4 +308,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
2 changes: 1 addition & 1 deletion examples/tic_tac_toe/tic-tac-toe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"outputs": [],
"source": [
"%%capture\n",
"!uv pip install openpipe-art==0.3.11.post1 weave accelerate==1.7.0 --prerelease allow --no-cache-dir"
"!uv pip install openpipe-art==0.3.11.post1 accelerate==1.7.0 setproctitle weave --prerelease allow --no-cache-dir"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ apt install tmux -y
if [ "${INSTALL_EXTRAS:-false}" = "true" ]; then
uv sync --all-extras
else
uv sync
uv sync --extra backend
fi