TUDB-Labs / mLoRA

An Efficient "Factory" to Build Multiple LoRA Adapters
Apache License 2.0
271 stars 50 forks source link

plyvel._plyvel.IOError: b'IO error: lock /tmp/mlora/./db/LOCK: Resource temporarily unavailable' #226

Closed cainiaogoroad closed 4 months ago

cainiaogoroad commented 4 months ago

i run this commannd:"python mlora_server.py --base_model TinyLlama/TinyLlama-1.1B-Chat-v0.4 --root /tmp/mlora",and result in this error: image ,which tells:"plyvel._plyvel.IOError: b'IO error: lock /tmp/mlora/./db/LOCK: Resource temporarily unavailable'". can anybody tell me how to solve it ,thanks