declare-lab / flacuna

Flacuna was developed by fine-tuning Vicuna on Flan-mini, a comprehensive instruction collection encompassing various tasks. Vicuna is already an excellent writing assistant, and the intention behind Flacuna was to enhance Vicuna's problem-solving capabilities. To achieve this, we curated a dedicated instruction dataset called Flan-mini.
https://huggingface.co/declare-lab/flacuna-13b-v1.0
110 stars 3 forks source link

Request for requirement.txt #3

Open Quanbm2710 opened 1 year ago

Quanbm2710 commented 1 year ago

Hi, I am running on my local machine with 1 A100 and A6000. I am facing the following problem:

[Errno 1] Operation not permitted: '.../python3.8/site-packages/pandas/core/groupby/numba_.py'

I think this problem happens due to the conflict of the packages, and I can not identify the correct version. Can I request a requirement.txt file for the correct version of the packages?

Thank you for your support.