THUDM / SwissArmyTransformer

SwissArmyTransformer is a flexible and powerful library to develop your own Transformer variants.
https://THUDM.github.io/SwissArmyTransformer
Apache License 2.0
951 stars 90 forks source link

FileLock - out of date? #144

Closed taziksh closed 9 months ago

taziksh commented 10 months ago

Using CogVLM, which has SAT as a dependency. Had to remove the mode parameter in the line below to get my code to run.

https://github.com/THUDM/SwissArmyTransformer/blob/3cf20b8d3135796b9787e5deb649914bb84564f9/sat/resources/download.py#L50

Is this out of date?

1049451037 commented 10 months ago

pip install -U filelock

The problem is your filelock package is outdated. Try upgrading it.