WSL2 [WSL] CUDA Version Downgrade wsl을 통해 코드를 실행하려니, 버전이 안 맞는 에러가 발생했다.TensorFlow가 GPU를 사용하려고 시도했으나, CUDA 또는 cuDNN 라이브러리 초기화에 실패했습니다.tensorflow.python.framework.errors_impl.FailedPreconditionError: Graph execution error와 DNN library initialization failed나의 CUDA Version은 12.8이다. 나는 파이썬 3.10을 사용하기에, CUDA는 11.2가, tensorflow는 2.8.0 or 2.9.0 or 2.10.0이 필요하다...https://www.tensorflow.org/install/source_windows?hl=ko#tested_build_config.. 2025. 2. 24. [vllm] 설치하기 (Linux 환경을 위해, WSL 2 환경에서 설치) vllm을 설치하고 실행해보자.vllm은 기본적으로 CUDA 11.8 이상이 필요합니다.AMD GPU는 현재 공식적으로 지원되지 않으므로 NVIDIA GPU 사용을 권장. https://github.com/vllm-project/vllm/blob/main/vllm/entrypoints/llm.py vllm/vllm/entrypoints/llm.py at main · vllm-project/vllmA high-throughput and memory-efficient inference and serving engine for LLMs - vllm-project/vllmgithub.com 1. Python 3.10 설치 (Windows)python --version # Python 3.10.x가 출력되어야 함.. 2025. 2. 24. 이전 1 다음