[AI/Python] 폐쇄망 (오프라인)에서 nllb-200-distilled-600M 모델 사용하기
·
Python
🔶 1. 모델 다운로드https://huggingface.co/facebook/nllb-200-distilled-600M/tree/main facebook/nllb-200-distilled-600M at mainDetected Pickle imports (3) "torch.FloatStorage", "torch._utils._rebuild_tensor_v2", "collections.OrderedDict" What is a pickle import?huggingface.co 허깅페이스 (HuggingFace) 에 접속files and versions 탭을 눌러 파일을 하나하나 다운로드한 폴더에 담아 압축해서 폐쇄망에 전송한다 🔶 2. 필요한 라이브러리 설치다운 받아야 할 라이브러리 (환경마다 다를..