sulki.kim

Results 2 issues of sulki.kim

여러번 나올 것 같은 단어인데요. dependency , dependencies 의존성 normalized 표준화? layer 계층? 레이어? 의견 듣고 싶습니다 :)

help wanted
good first issue
discussion

Hi I finetuned the llama 7b model using alpaca. Below is the command I ran. ``` CUDA_VISIBLE_DEVICES=2 torchrun --nproc_per_node=1 --master_port=8090 train.py \ --model_name_or_path ./model/weight/7B \ --data_path /home/sulki/project/devops/my_own_data.json \ --bf16 True...