Skip to content
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

Remove torch nightly and generated requirements #13

Merged
merged 2 commits into from
Nov 19, 2024
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
79 changes: 58 additions & 21 deletions src/monogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ class MonoGen:
cuda={'12.4': '12.4.1_550.54.15'},
cudnn={'9': '9.1.0.70'},
python={'3.12': '3.12.7'},
torch=['2.4.1', '2.6.0.dev20240918'],
torch=[
'2.4.1',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918'
],
pip_pkgs=SEED_PKGS,
),
]
Expand Down Expand Up @@ -105,8 +112,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=[
'cog @ https://github.com/replicate/cog/archive/refs/heads/add-waiting-env.zip',
Expand Down Expand Up @@ -144,8 +154,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=[
'cog @ https://github.com/replicate/cog/archive/a522a0f90600fbf8004f7748ca6bada5a3878a3e.zip',
Expand Down Expand Up @@ -183,8 +196,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=[
'cog @ https://github.com/replicate/cog/archive/4598529b07c620fd3a1d7e01746cf02ff5a641ef.zip',
Expand Down Expand Up @@ -222,8 +238,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=[
'cog @ https://github.com/replicate/cog/archive/2f883e462e0e0606e38a1d05ef5d02bfe43fa19e.zip',
Expand Down Expand Up @@ -261,8 +280,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=[
'cog @ https://github.com/replicate/cog/archive/2f883e462e0e0606e38a1d05ef5d02bfe43fa19e.zip',
Expand Down Expand Up @@ -304,8 +326,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=[
'cog @ https://github.com/replicate/cog/archive/2f883e462e0e0606e38a1d05ef5d02bfe43fa19e.zip',
Expand Down Expand Up @@ -343,8 +368,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=[
'cog @ https://github.com/replicate/cog/archive/0c3c6f18d0871cab0470ceb5301a550e85d61567.zip',
Expand Down Expand Up @@ -383,8 +411,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=[
'cog @ https://github.com/replicate/cog/archive/0c3c6f18d0871cab0470ceb5301a550e85d61567.zip',
Expand Down Expand Up @@ -423,8 +454,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=SEED_PKGS,
),
Expand Down Expand Up @@ -460,8 +494,11 @@ class MonoGen:
'2.3.1',
'2.4.0',
'2.4.1',
# Nightly
'2.6.0.dev20240918',
# NOTE(meatballhat): This is turned off until we can figure out how to handle
# nightlies better since the torch package index only retains ~2 months of
# versions:
## Nightly
#'2.6.0.dev20240918',
],
pip_pkgs=SEED_PKGS,
),
Expand Down
172 changes: 0 additions & 172 deletions src/requirements/g00001/python3.11-torch2.6.0.dev20240918-cu124.txt

This file was deleted.

Loading