Summary 이 글은 아래 환경에 있는 사람들이라면 참고하시기 좋은 글입니다. 1. Window OS 환경에서 PEFT를 시도하는 중인 분 2. 그 과정에서 엄청난 길이의 Warning과 Error를 맞이한 분 3. bitsandbytes 라이브러리 설치를 위해 pip install bitsandbytes로 시도한 분 시간이 없어 얼른 해결하고 싶은 분들은 아래 명령어를 실행하시길. (만약 bitsandbytes를 사전에 설치하셨던 분이라면 pip uninstall bitsandbytes를 실행한 후 아래 코드를 실행하세요!) python -m pip install bitsandbytes --prefer-binary --extra-index-url=https://jllllll.github.io/bits..