Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
suzhoum committed Apr 25, 2024
1 parent b61b862 commit ea7b897
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CI/batch/submit-job.py
Expand Up @@ -12,11 +12,11 @@

job_type_info = {
'CI-CPU': {
'job_definition': 'autogluon-ci-cpu:3',
'job_definition': 'autogluon-ci-0-8-2-cpu:3',
'job_queue': 'CI-CPU'
},
'CI-GPU': {
'job_definition': 'autogluon-ci-gpu:3',
'job_definition': 'autogluon-ci-0-8-2-gpu:2',
'job_queue': 'CI-GPU'
},
'CI-WASM': {
Expand Down
2 changes: 1 addition & 1 deletion core/src/autogluon/core/_setup_utils.py
Expand Up @@ -25,7 +25,7 @@
"psutil": ">=5.7.3,<6", # Major version cap
"networkx": ">=3.0,<4", # Major version cap
"tqdm": ">=4.38,<5", # Major version cap
"Pillow": ">=9.3,<9.6", # "<{N+2}" upper cap
"Pillow": ">=10.2,<11", # "<{N+2}" upper cap
}
if LITE_MODE:
DEPENDENT_PACKAGES = {package: version for package, version in DEPENDENT_PACKAGES.items() if package not in ["psutil", "Pillow", "timm"]}
Expand Down
2 changes: 1 addition & 1 deletion multimodal/setup.py
Expand Up @@ -39,7 +39,7 @@
"pytorch-lightning>=1.9.0,<1.10.0",
"text-unidecode>=1.3,<1.4",
"torchmetrics>=0.11.0,<0.12.0",
"transformers[sentencepiece]>=4.23.0,<4.27.0",
"transformers[sentencepiece]>=4.36.0,<4.41.0",
"nptyping>=1.4.4,<2.5.0",
"omegaconf>=2.1.1,<2.3.0",
f"autogluon.core[raytune]=={version}",
Expand Down

0 comments on commit ea7b897

Please sign in to comment.