Skip to content

Instantly share code, notes, and snippets.

View cieske's full-sized avatar
๐Ÿ˜›
์ด๊ฒƒ์ €๊ฒƒ ๋ณด์žฅํ•˜๋ผ! ์•„๋ฌด๊ฑฐ๋‚˜ ๊ทœํƒ„ํ•œ๋‹ค!

cieske cieske

๐Ÿ˜›
์ด๊ฒƒ์ €๊ฒƒ ๋ณด์žฅํ•˜๋ผ! ์•„๋ฌด๊ฑฐ๋‚˜ ๊ทœํƒ„ํ•œ๋‹ค!
  • Samsung Research
  • Seoul, Korea
  • 00:56 (UTC +09:00)
View GitHub Profile
NSML
- GPU ์ž์›์˜ ํšจ์œจ์ ์ธ ์‚ฌ์šฉ์„ ์œ„ํ•ด ๊ฐœ๋ฐœ๋œ MLaaS (Machine Learning as a Service), ํด๋ผ์šฐ๋“œ ํ”Œ๋žซํผ
- AI ์—ฐ๊ตฌ๊ฐœ๋ฐœ์ด ๊ฐ€๋Šฅํ•˜๋„๋ก ๋•๋Š” ์—ญํ• ์„ ์ˆ˜ํ–‰ํ•ฉ๋‹ˆ๋‹ค. ๋‹จ์ˆœํžˆ CLI์™€ Web interface๋งŒ์œผ๋กœ ๋ณต์žกํ•œ ์„ค์ • ์—†์ด AI ํ•™์Šต์„ ์ง„ํ–‰
- NSML ์—์„œ๋Š” Session ์ด๋ผ๋Š” ๊ฐœ๋…, ํ•˜๋‚˜์˜ ์ž‘์—… ๋‹จ์œ„๋ฅผ Session
- ํ•˜๋‚˜์˜ session ์•ˆ์—์„œ๋Š” ์—ฌ๋Ÿฌ ๊ฐœ์˜ model์„ run(์ง„ํ–‰)
- ๋ชจ๋ธ๋“ค์€ checkpoint๋ผ๋Š” ๋ฒˆํ˜ธ๋กœ ๊ตฌ๋ถ„๋˜์–ด ๊ณ„์† ์ €์žฅ
- NSML ์„ ๋Œ๋ฆด ๋•Œ Local ์—์„œ
Local ํ™˜๊ฒฝ์—์„œ ํ•„์š”ํ•œ ๊ฒƒ
- Files : ์ฒซ ์‹œ์ž‘์ ์œผ๋กœ ๋ถˆ๋ฆฌ๋Š” entry fiel ์„ ํฌํ•จํ•œ ํŒŒ์ผ๋“ค์„ ์ง€์นญ. NSML์— ์‚ฌ์šฉํ•˜๋Š” ๋ช…๋ น์–ด๋“ค๊ณผ ๋จธ์‹ ๋Ÿฌ๋‹ ๋ชจ๋ธ๋“ค์„ ์ ๋Š” ํŒŒ์ผ
@garg-aayush
garg-aayush / Steps_multiple_cuda_environments.md
Last active May 9, 2025 13:56
Managing multiple CUDA versions using environment modules in Ubuntu

Steps to manage multiple CUDA environments

Latest Update: May 19th, 2024

This gist contains all the steps required to:

  • Install multiple CUDA versions (e.g., CUDA 11.8 and CUDA 12.1
  • Manage multiple CUDA environments on Ubuntu using the utility called environment modules.
  • Use this approach to avoid CUDA environment conflicts.

Environment Modules is a package that provides for the dynamic modification of a user's environment via modulefiles. You can find more on it at https://modules.readthedocs.io/en/latest/