Skip to content

Commit

Permalink
Merge pull request #1260 from bghira/feature/sana-prompt-cleaning
Browse files Browse the repository at this point in the history
add beautifulsoup4 for prompt cleaning in Sana
  • Loading branch information
bghira authored Jan 2, 2025
2 parents 2ea9b57 + 7684851 commit 13c405f
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 5 deletions.
36 changes: 34 additions & 2 deletions install/apple/poetry.lock

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

1 change: 1 addition & 0 deletions install/apple/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ sentencepiece = "^0.2.0"
torchao = "^0.7.0"
torchaudio = "^2.5.0"
atomicwrites = "^1.4.1"
beautifulsoup4 = "^4.12.3"


[build-system]
Expand Down
36 changes: 34 additions & 2 deletions install/rocm/poetry.lock

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

1 change: 1 addition & 0 deletions install/rocm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ fastapi = {extras = ["standard"], version = "^0.115.0"}
bitsandbytes = "^0.44.1"
atomicwrites = "^1.4.1"
torchao = "^0.7.0"
beautifulsoup4 = "^4.12.3"


[build-system]
Expand Down
34 changes: 33 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ lm-eval = "^0.4.4"
nvidia-cudnn-cu12 = "*"
nvidia-nccl-cu12 = "*"
atomicwrites = "^1.4.1"
beautifulsoup4 = "^4.12.3"



Expand Down

0 comments on commit 13c405f

Please sign in to comment.