Skip to content

Commit

Permalink
Merge pull request #773 from containers/renovate/auto-merged-updates
Browse files Browse the repository at this point in the history
Update Auto merged updates
  • Loading branch information
lmilbaum authored Sep 4, 2024
2 parents e96a0a9 + 6066dd4 commit d0bb62c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing_framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
ref: 'main'

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.1
uses: hashicorp/setup-terraform@v3.1.2
with:
terraform_version: "1.7.5"
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/training-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ref: 'main'

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.1
uses: hashicorp/setup-terraform@v3.1.2
with:
terraform_version: "1.7.5"
terraform_wrapper: false
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
llama-cpp-python[server]==0.2.85
llama-cpp-python[server]==0.2.90
transformers==4.41.2
pip==24.0
14 changes: 7 additions & 7 deletions model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fsspec==2024.6.1
h11==0.14.0
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
httpx==0.27.2
huggingface-hub==0.23.4
idna==3.7
Jinja2==3.1.4
Expand All @@ -22,34 +22,34 @@ mdurl==0.1.2
mpmath==1.3.0
networkx==3.3
numpy==2.0.1
orjson==3.10.6
orjson==3.10.7
packaging==24.1
pillow==10.3.0
pydantic==2.7.4
pydantic_core==2.18.4
Pygments==2.18.0
python-dotenv==1.0.1
python-multipart==0.0.9
PyYAML==6.0.1
PyYAML==6.0.2
regex==2024.5.15
requests==2.32.3
rich==13.7.1
safetensors==0.4.3
safetensors==0.4.4
shellingham==1.5.4
sniffio==1.3.1
starlette==0.37.2
sympy==1.12.1
timm==1.0.8
timm==1.0.9
tokenizers==0.19.1
torch==2.3.1
torchvision==0.18.1
tqdm==4.66.5
transformers==4.41.2
typer==0.12.3
typer==0.12.5
typing_extensions==4.12.2
ujson==5.10.0
urllib3==2.2.2
uvicorn==0.30.5
uvicorn==0.30.6
uvloop==0.19.0
watchfiles==0.22.0
websockets==12.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
langchain==0.1.20
langchain-openai==0.1.7
streamlit==1.34.0
PyMuPDF==1.24.9
PyMuPDF==1.24.10
rouge_score==0.1.2

0 comments on commit d0bb62c

Please sign in to comment.