error2 [Error] RuntimeError: Failed to import transformers.integrations.bitsandbytes because of the following error (look up to see its traceback): CUDA Setup failed despite GPU being available. Please run the following command to get more information: https://github.com/TimDettmers/bitsandbytes/issues/175 CUDA Setup failed despite GPU being available. Inspect the CUDA SETUP outputs above to fix your environment! · Issue #175 · Ti C:\ProgramData\Anaconda3\envs\novelai\lib\site-packages\bitsandbytes\cuda_setup\main.py:136: UserWarning: WARNING: The following directories listed in your path were found to be non-existent: {Wind... github.com *** .. 2024. 4. 17. [에러해결] 다른 파일에서 모듈 불러오기 모듈을 불러올 때는 경로를 같은 위치상으로 맞춰주어야한다. import os import sys sys.path.append(os.pardir) # 부모 디렉터리의 파일을 가져올 수 있도록 설정 from common.util import smooth_curve from common.multi_layer_net import MultiLayerNet from common.optimizer import SGD 2021. 5. 15. 이전 1 다음