Skip to content

Commit

Permalink
style: fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyggge committed Dec 26, 2024
1 parent a8a077b commit 157153d
Show file tree
Hide file tree
Showing 21 changed files with 622 additions and 547 deletions.
2 changes: 1 addition & 1 deletion vlmeval/vlm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
from .falcon_vlm import Falcon2VLM
from .smolvlm import SmolVLM
from .sail_vl import SailVL
from .valley import ValleyEagleChat
from .valley import ValleyEagleChat
2 changes: 1 addition & 1 deletion vlmeval/vlm/valley/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .valley_eagle_chat import ValleyEagleChat
from .valley_eagle_chat import ValleyEagleChat
52 changes: 26 additions & 26 deletions vlmeval/vlm/valley/requirements_valley.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
accelerate==0.34.2
bert-score==0.3.13
byted-wandb==0.13.72
datasets==2.21.0
decord==0.6.0
deepspeed==0.9.5
einops==0.8.0
evaluate==0.4.3
fastapi==0.115.0
requests==2.32.3
protobuf==3.20.3
uvicorn==0.30.6
flash_attn
ftfy==6.2.3
markdown2==2.5.0
numpy==1.26.4
ninja==1.11.1.1
decord==0.6.0
scikit-image==0.24.0
nltk==3.9.1
numpy==1.26.4
omegaconf==2.3.0
openai==0.28
opencv-python-headless==4.10.0.84
prettytable==3.11.0
accelerate==0.34.2
einops==0.8.0
sentencepiece==0.1.97
tokenizers>=0.13.3
evaluate==0.4.3
bert-score==0.3.13
rouge-score==0.1.2
datasets==2.21.0
packaging==24.1
nltk==3.9.1
scikit-learn==1.5.2
pandas==2.2.2
byted-wandb==0.13.72
peft==0.5.0
deepspeed==0.9.5
openai==0.28
omegaconf==2.3.0
prettytable==3.11.0
protobuf==3.20.3
pyarrow==15.0.0
timm==0.6.7
ftfy==6.2.3
pydantic==1.10.14
transformers==4.45.2
torchmetrics
qwen_vl_utils
flash_attn
requests==2.32.3
rouge-score==0.1.2
scikit-image==0.24.0
scikit-learn==1.5.2
sentencepiece==0.1.97
timm==0.6.7
tokenizers>=0.13.3
torchmetrics
transformers==4.45.2
uvicorn==0.30.6
12 changes: 6 additions & 6 deletions vlmeval/vlm/valley/valley_eagle/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
██╗ ██╗ █████╗ ██╗ ██╗ ███████╗██╗ ██╗ ██████╗██╗ ██╗ █████╗ ████████╗
██║ ██║██╔══██╗██║ ██║ ██╔════╝╚██╗ ██╔╝ ██╔════╝██║ ██║██╔══██╗╚══██╔══╝
██║ ██║███████║██║ ██║ █████╗ ╚████╔╝ ██║ ███████║███████║ ██║
╚██╗ ██╔╝██╔══██║██║ ██║ ██╔══╝ ╚██╔╝ ██║ ██╔══██║██╔══██║ ██║
╚████╔╝ ██║ ██║███████╗███████╗███████╗ ██║ ╚██████╗██║ ██║██║ ██║ ██║
╚═══╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝
'''
██║ ██║███████║██║ ██║ █████╗ ╚████╔╝ ██║ ███████║███████║ ██║
╚██╗ ██╔╝██╔══██║██║ ██║ ██╔══╝ ╚██╔╝ ██║ ██╔══██║██╔══██║ ██║
╚████╔╝ ██║ ██║███████╗███████╗███████╗ ██║ ╚██████╗██║ ██║██║ ██║ ██║
╚═══╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝
'''
Loading

0 comments on commit 157153d

Please sign in to comment.