์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
- Two Pointer
- Depthwise Separable Convolution
- dp
- ์ฐ์ฐ๋ ๊ฐ์
- feature map
- ๋ฐ์ดํฐ๋ชจ๋ธ๋ง
- bottleneck
- ๊ทธ๋ํ
- dfs
- outer join
- mobilenet
- depthwise convolution
- ์ธ์ ๋ฆฌ์คํธ
- pytorch
- resnet
- skip connection
- ๋ฐฑ์ค
- BFS
- CROSS JOIN
- ์๋ณ์
- SQL
- ์ํฐํฐ
- SQLD ํ๊ธฐ
- Inductive Bias
- ์ ๊ทํ
- get_dummies()
- numpy
- 1x1 Convolution
- ์ธ์ ํ๋ ฌ
- SQLD
- Today
- Total
๋ชฉ๋ก2024/07 (2)
SJ_Koding

https://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 LICENSE AGREEMENT Llama 3.1 Version Release Date: July 23, 2024 "Agreement" means the terms and conditions for use,huggingface.co ํ๊ตญ ์๊ฐ์ผ๋ก 7์ 24์ผ ..
faiss index๋ฅผ ์์ฑํ ๋, CPU๋ก ์งํํ๋ฉด ๊ต์ฅํ ๋๋ฆฌ๋ฏ๋ก GPU๋ฅผ ์ฌ์ฉํ๋ ค๊ณ ํ ๋ ์์ฃผ ๋ณด๋ ์๋ฌ์ด๋ค.GPT์ ๋ฌผ์ด๋ณด๋ฉด ๋จ์ํ faiss-gpu๋ฅผ installํ๋ผ๊ณ ํ๋๋ฐ, ์ด๋ faiss-cpu๊ฐ ์ค์น๋์ด์์ง ์์ ๊ฒฝ์ฐ๋ฅผ ๊ฐ์ ํ๋ค.์ฆ, faiss-cpu๊ฐ install ๋์ด์์ ๋, faiss-gpu๋ฅผ installํ๋๋ผ๋ faiss import์, faiss-cpu๊ฐ import๋์ด faiss-gpu๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ธ์ํ ์ ์๋ค.๋ฐ๋ผ์ faiss-cpu๋ฅผ uninstallํ๊ณ faiss-gpu๋ฅผ ์ค์นํด์ผํ๋ฉฐ, ๋ง์ฝ faiss-cpu๊ฐ ์ค์น๋์ด์๋ ์ฑ๋ก faiss-gpu๋ฅผ ์ค์นํ๋ค๋ฉด ์๋ง uninstallํ์ ๋ faiss ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์์ฒด๋ฅผ ๋ถ๋ฌ์ฌ ์ ์๋ค๋ ์ค๋ฅ(ModuleNotFoun..