Skip to content

Commit

Permalink
entrypoint: add snake diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
irgolic committed Jan 18, 2025
1 parent 17a61aa commit 22e9119
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dweam/utils/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
branch="csgo",
),
],
"snake_diffusion": [
PathSource(
path=Path("snake-diffusion"),
),
GitBranchSource(
git="https://github.com/dweam-team/snake-diffusion",
branch="main",
),
],
"diamond_atari": [
PathSource(
path=Path("diamond"),
Expand Down Expand Up @@ -128,6 +137,7 @@ def install_game_source(log: BoundLogger, venv_path: Path, source: GameSource, n
pip_base_args = [
str(pip_path),
"install",
# "--force-reinstall",
"--extra-index-url",
"https://download.pytorch.org/whl/cu121",
]
Expand Down

0 comments on commit 22e9119

Please sign in to comment.