Skip to content

Commit

Permalink
Merge branch 'main' into log_original_config
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Jul 31, 2024
2 parents a000b8b + 461a402 commit 0c9769b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ reportMissingImports = "none"
# Pytest
[tool.pytest.ini_options]
# By default, skip gpu tests
addopts = "--tb=short -m 'not gpu'"
addopts = "--tb=short -m 'not gpu' --color=yes"

markers = [
# For distributed testing
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
install_requires = [
'mosaicml[libcloud,wandb,oci,gcs,mlflow]>=0.23.4,<0.24',
'mlflow>=2.14.1,<2.15',
'accelerate>=0.25,<0.33', # for HF inference `device_map`
'accelerate>=0.25,<0.34', # for HF inference `device_map`
'transformers>=4.43.2,<4.44',
'mosaicml-streaming>=0.8.0,<0.9',
'torch>=2.3.0,<2.4',
Expand All @@ -70,7 +70,7 @@
'onnx==1.16.1',
'onnxruntime==1.18.1',
'boto3>=1.21.45,<2',
'huggingface-hub>=0.19.0,<0.24',
'huggingface-hub>=0.19.0,<0.25',
'beautifulsoup4>=4.12.2,<5', # required for model download utils
'tenacity>=8.2.3,<9',
'catalogue>=2,<3',
Expand Down

0 comments on commit 0c9769b

Please sign in to comment.