Commit a10b9aec authored by myhloli's avatar myhloli
Browse files

build: remove accelerate dependency

- Remove accelerate package from requirements.txt
- This change ensures only necessary external dependencies are introduced
parent 09632ddd
...@@ -12,5 +12,4 @@ torchvision ...@@ -12,5 +12,4 @@ torchvision
transformers>=4.49.0,<5.0.0 transformers>=4.49.0,<5.0.0
pdfminer.six==20231228 pdfminer.six==20231228
tqdm>=4.67.1 tqdm>=4.67.1
accelerate>=1.6.0,<2
# The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment