공부/error
-
ValueError: `rope_scaling` must be a dictionary with with two fields, `type` and `factor`공부/error 2024. 8. 27. 15:08
https://sjkoding.tistory.com/94 [LLM]Llama 3.1 설치 및 ValueError: `rope_scaling` 해결방법 (+ vLLM 에러 해결 such as '_OpNamespace' '_C' object has nhttps://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct meta-llama/Meta-Llama-3.1-8B-Instruct · Hugging FaceThe information you provide will be collected, stored, processed and shared in accordance with the Meta Privacy Policy. LLAMA 3.1 COMMUNITY Lsjkodi..
-
[PyTorch 오류 해결] RuntimeError: CUDA error: device-side assert triggered공부/error 2023. 2. 2. 17:03
https://ndb796.tistory.com/509 [PyTorch 오류 해결] RuntimeError: CUDA error: device-side assert triggered 오류 메시지는 다음과 같다. 이 오류는 복잡한 GPU 디바이스 환경 설정 관련 오류인 것처럼 보이지만, 실제로는 입출력 차원(dimension)을 제대로 맞추지 않아서 발생하는 경우가 많다. 필자의 경우 ndb796.tistory.com