THUDM / SwissArmyTransformer

SwissArmyTransformer is a flexible and powerful library to develop your own Transformer variants.

Home Page:https://THUDM.github.io/SwissArmyTransformer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileLock - out of date?

taziksh opened this issue · comments

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

lock = FileLock(model_path + '.lock', mode=0o777)

Is this out of date?

pip install -U filelock

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