Skip to content

Commit

Permalink
Merge pull request #100 from YeonwooSung/dependabot/pip/Experiments/C…
Browse files Browse the repository at this point in the history
…V/florence2-finetuning/pip-9f00ac7463

build(deps): bump the pip group across 8 directories with 3 updates
  • Loading branch information
YeonwooSung authored Feb 15, 2025
2 parents 25a147c + 9ed389a commit cfec7b4
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 155 deletions.
6 changes: 3 additions & 3 deletions Experiments/CV/florence2-finetuning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
accelerate==0.31.0
aiohttp==3.11.11
aiohttp==3.11.12
aiosignal==1.3.1
anyio==4.4.0
argon2-cffi==23.1.0
Expand All @@ -11,7 +11,7 @@ attrs==23.2.0
babel==2.15.0
beautifulsoup4==4.12.3
bleach==6.1.0
certifi==2024.6.2
certifi==2024.7.4
cffi==1.16.0
charset-normalizer==3.3.2
comm==0.2.2
Expand Down Expand Up @@ -133,7 +133,7 @@ torchvision==0.18.1
tornado==6.4.2
tqdm==4.66.4
traitlets==5.14.3
transformers==4.41.2
transformers==4.48.0
triton==2.3.1
types-python-dateutil==2.9.0.20240316
typing-extensions==4.12.2
Expand Down
198 changes: 57 additions & 141 deletions Experiments/CV/ocr_with_bert/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Experiments/CV/ocr_with_bert/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "ocr_with_bert"}]
python = "^3.10"
torch = "^2.0.1"
opencv-python = "^4.8.0.74"
transformers = "^4.42.4"
transformers = "^4.48.0"
numpy = "^1.25.1"
contextualspellcheck = "^0.4.3"
spacy = "^3.6.0"
Expand Down
2 changes: 1 addition & 1 deletion LLMs/RAG/late-chunking/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "late_chunking"
requires-python = "~=3.8"
dependencies = [
"jupyterlab==4.2.5",
"transformers==4.43.4",
"transformers==4.48.0",
"torch==2.4.0",
"mteb==1.14.20",
"datasets==2.19.1",
Expand Down
2 changes: 1 addition & 1 deletion LLMs/RAG/llama-index-milvus-example/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyio = "==3.7.1"
async-timeout = "==4.0.3"
attrs = "==23.1.0"
beautifulsoup4 = "==4.12.2"
certifi = "==2024.7.4"
certifi = "==2025.1.31"
charset-normalizer = "==3.2.0"
click = "==8.1.7"
contourpy = "==1.1.0"
Expand Down
8 changes: 4 additions & 4 deletions LLMs/RAG/llama-index-milvus-example/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
transformers==4.38.1
transformers==4.48.0
datasets
accelerate==0.30.1
deepspeed==0.13.1
Expand Down
2 changes: 1 addition & 1 deletion LLMs/training/llama_peft_trl/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "3.13"
async-timeout==4.0.3 ; python_version >= "3.10" and python_version < "3.13"
attrs==23.1.0 ; python_version >= "3.10" and python_version < "3.13"
bitsandbytes==0.40.2 ; python_version >= "3.10" and python_version < "3.13"
certifi==2023.7.22 ; python_version >= "3.10" and python_version < "3.13"
certifi==2024.7.4 ; python_version >= "3.10" and python_version < "3.13"
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.13"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.13" and platform_system == "Windows"
datasets==2.14.6 ; python_version >= "3.10" and python_version < "3.13"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ sacrebleu >= 1.4.12
nltk
py7zr
torch >= 1.3
transformers==4.38.0
transformers==4.48.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
diffusers==0.6.0
transformers==4.38.0
transformers==4.48.0

0 comments on commit cfec7b4

Please sign in to comment.