Skip to content

Commit

Permalink
Fix #6 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Jul 26, 2024
1 parent 8a8de75 commit 6af0eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "img2txt-comfyui-nodes"
description = "Get general description or specify questions to ask about images (medium, art style, background, etc.). Supports Chinese 🇨🇳 questions via MiniCPM model."
version = "1.1.2"
license = "LICENSE"
dependencies = ["transformers>=4.36.0", "bitsandbytes>=0.43.0", "timm>=1.07", "sentencepiece==0.1.99", "accelerate>=0.3.0", "deepspeed"]
dependencies = ["transformers>=4.36.0", "bitsandbytes>=0.43.0", "timm>=1.0.7", "sentencepiece==0.1.99", "accelerate>=0.3.0", "deepspeed"]

[project.urls]
Repository = "https://github.com/christian-byrne/img2txt-comfyui-nodes"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
transformers>=4.36.0
bitsandbytes>=0.43.0
timm>=1.07
timm>=1.0.7
sentencepiece
accelerate>=0.3.0
deepspeed

0 comments on commit 6af0eba

Please sign in to comment.