[D-88] successfully installed spectral_ssm
[D-88] successfully installed spectral_ssm
Successfully built spectral_ssm
Failed to build flash-attn
$ pip install uv $ uv venv
왜 하는지 모름 그냥 레포에서 uv 쓰길래;
그러고
1
2
[...]
uv pip install -e /path/
Error 났다가
1
2
[...]
pip install -e /path/
!! Successfully built spectral_ssm
Failed to build flash-attn
위 두과정이 (같은 짓을 하는데) 왜 병렬적으로 두번 필요한지는 모르겠음.
그러고 난다음에 이제 train.py 돌려보려고 하는데, 내 생각이지만 설치한 matplotlib 라이브러리가 홈디렉토리 아래에 섭 디렉토리를 생성하려다가 빠꾸 맞고 있다.
내일의 TODO
1
2
3
4
5
6
$ cat berr.txt
mkdir -p failed for path /home/kim/.config/matplotlib: [Errno 13] Permission denied: '/home/kim'
Matplotlib created a temporary cache directory at /scratch/321091/matplotlib-md155iw9 because there was an issue with the default path (/home/kim/.config/matplotlib); it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.
Traceback (most recent call last):
File "/mnt/gpfs/work/kim/holi/stu/spectral_ssm/train_stu.py", line 12, in <module>
from spectral_ssm.lds import generate_lds
This post is licensed under CC BY 4.0 by the author.