xfactlab / orpo

Official repository for ORPO
Apache License 2.0
421 stars 39 forks source link

how to install requirements.txt on colab? #12

Closed srn-source closed 7 months ago

srn-source commented 7 months ago

I am using pip install -r requirements.txt but its error. and first time that i see file:///home/conda/feedstock_root/build_artifacts/accelerate_1710334587919/work

what does it mean?

jiwooya1000 commented 7 months ago

Hello @srn-source, It seems like the problem is caused by installing accelerate. Could you try installing accelerate first before pip install -r requirements.txt?

srn-source commented 7 months ago

@jiwooya1000 Not working but after i remove @ file:///...... every library. It is working.

jiwooya1000 commented 7 months ago

Good to hear that it is working now! Maybe it is due to the difference coming from Colab environment. Closing the issue as it is resolved👍 Please feel free to open it again if you have further problems related to this