Bird

Results 3 issues of Bird

Hi, is there a way to enable multiple-thread downloading? I need to read some in-sequence data from Drive while the target is too large to cache. Thanks.

Hi there, I am trying to fine tune vicuna-7b with 2 GTX 3090 cards. ```bash torchrun --nnodes=1 --nproc_per_node=2 \ fastchat/train/train_mem.py \ --model_name_or_path vicuna-7b \ --data_path playground/data/alpaca-data-conversation.json \ --bf16 True \...

Hi, what license does this repository use? May I use your code under GNU GPLv2? Thanks