From 1e55bb048121793c23cc09cec0c4310a045b4185 Mon Sep 17 00:00:00 2001 From: yifanmai <185227+yifanmai@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:06:04 +0000 Subject: [PATCH 1/3] Update requirements.txt --- requirements.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3dd5d5dcd60..7f7ee16deff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,19 +12,19 @@ aleph-alpha-client==2.14.0 annotated-types==0.7.0 anthropic==0.38.0 antlr4-python3-runtime==4.9.3 -anyio==4.7.0 +anyio==4.8.0 astunparse==1.6.3 async-timeout==5.0.1 attrs==24.3.0 audioread==3.0.1 autokeras==1.0.20 av==14.0.1 -awscli==1.29.85 +awscli==1.33.44 beautifulsoup4==4.12.3 black==24.3.0 blis==1.1.0 -boto3==1.28.85 -botocore==1.31.85 +boto3==1.34.162 +botocore==1.34.162 bottle==0.12.25 cached_path==1.6.6 cachetools==5.5.0 @@ -38,8 +38,8 @@ chex==0.1.88 click==8.1.8 clip-anytorch==2.5.2 cloudpathlib==0.20.0 -cohere==5.13.5 -colorama==0.4.4 +cohere==5.13.6 +colorama==0.4.6 colorcet==3.0.1 coloredlogs==15.0.1 confection==0.1.5 @@ -96,7 +96,7 @@ google-resumable-media==2.7.2 googleapis-common-protos==1.66.0 gradio_client==1.3.0 grpc-google-iam-v1==0.14.0 -grpcio==1.68.1 +grpcio==1.69.0 grpcio-status==1.62.3 gunicorn==23.0.0 h11==0.14.0 @@ -121,13 +121,13 @@ iniconfig==2.0.0 jax==0.4.30 jaxlib==0.4.30 jieba==0.42.1 -Jinja2==3.1.5 +Jinja2==3.1.3 jiter==0.8.2 jiwer==3.0.5 jmespath==1.0.1 joblib==1.4.2 jsonpath-python==1.0.6 -keras==3.7.0 +keras==3.8.0 keras-tuner==1.4.7 kiwisolver==1.4.7 kt-legacy==1.0.5 @@ -150,7 +150,7 @@ MarkupSafe==2.1.5 matplotlib==3.6.3 mccabe==0.7.0 mdurl==0.1.2 -mistralai==1.2.5 +mistralai==1.2.6 ml-dtypes==0.4.1 more-itertools==10.5.0 mpmath==1.3.0 @@ -172,7 +172,7 @@ numpy==1.26.3 omegaconf==2.3.0 onnxruntime==1.19.2 open_clip_torch==2.30.0 -openai==1.59.3 +openai==1.59.4 openai-whisper==20240930 OpenCC==1.1.9 opencv-python==4.8.1.78 @@ -215,7 +215,7 @@ pydantic==2.10.4 pydantic_core==2.27.2 pydload==1.0.9 pyflakes==2.5.0 -Pygments==2.18.0 +Pygments==2.19.1 pyhocon==0.3.61 pymongo==4.10.1 pyparsing==3.2.1 @@ -239,9 +239,9 @@ retrying==1.3.4 rich==13.9.4 rouge_score==0.1.2 rsa==4.7.2 -s3transfer==0.7.0 +s3transfer==0.10.4 sacrebleu==2.2.1 -safetensors==0.5.0 +safetensors==0.5.1 scaleapi==2.13.1 scikit-image==0.24.0 scikit-learn==1.6.0 @@ -297,7 +297,7 @@ transformers==4.45.2 transformers-stream-generator==0.0.5 trio==0.28.0 trio-websocket==0.11.1 -triton==2.2.0 +triton==3.1.0 typer==0.15.1 types-requests==2.31.0.6 types-urllib3==1.26.25.14 From cf8bb2d3c634e0ccf893063b8b71671b40f4df13 Mon Sep 17 00:00:00 2001 From: Yifan Mai Date: Tue, 7 Jan 2025 13:16:51 -0800 Subject: [PATCH 2/3] Upgrade Jinja2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f7ee16deff..decb56bdadf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -121,7 +121,7 @@ iniconfig==2.0.0 jax==0.4.30 jaxlib==0.4.30 jieba==0.42.1 -Jinja2==3.1.3 +Jinja2==3.1.5 jiter==0.8.2 jiwer==3.0.5 jmespath==1.0.1 From 0387b9540785e1d2784c57f4055242fc31ecbcea Mon Sep 17 00:00:00 2001 From: Yifan Mai Date: Tue, 7 Jan 2025 13:37:23 -0800 Subject: [PATCH 3/3] Revert triton to 2.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index decb56bdadf..9419826dfca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -297,7 +297,7 @@ transformers==4.45.2 transformers-stream-generator==0.0.5 trio==0.28.0 trio-websocket==0.11.1 -triton==3.1.0 +triton==2.2.0 typer==0.15.1 types-requests==2.31.0.6 types-urllib3==1.26.25.14