informatique:ai_coding
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| informatique:ai_coding [05/12/2025 16:42] – [Avec GPU] cyrille | informatique:ai_coding [05/12/2025 17:40] (Version actuelle) – [Avec GPU] cyrille | ||
|---|---|---|---|
| Ligne 239: | Ligne 239: | ||
| </ | </ | ||
| - | puis une très longue compilation | + | Ensuite |
| + | |||
| + | DCMAKE_CUDA_ARCHITECTURES: | ||
| < | < | ||
| Ligne 245: | Ligne 247: | ||
| # RTX 3060 : 86 | # RTX 3060 : 86 | ||
| # RTX 5060 : 120 | # RTX 5060 : 120 | ||
| - | cmake -B build -DGGML_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=" | + | $ cmake -B build -DGGML_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=" |
| - | cmake --build build --config Release | + | -DCMAKE_CUDA_COMPILER=/ |
| - | </code> | + | |
| - | DCMAKE_CUDA_ARCHITECTURES: '' | + | -- ccache found, compilation results will be cached. Disable with GGML_CCACHE=OFF. |
| + | -- CMAKE_SYSTEM_PROCESSOR: | ||
| + | -- GGML_SYSTEM_ARCH: | ||
| + | -- Including CPU backend | ||
| + | -- x86 detected | ||
| + | -- Adding CPU backend variant ggml-cpu: -march=native | ||
| + | -- CUDA Toolkit found | ||
| + | -- Using CUDA architectures: 86;120 | ||
| + | -- CUDA host compiler is GNU 13.3.0 | ||
| + | -- Including CUDA backend | ||
| + | -- ggml version: 0.9.4 | ||
| + | -- ggml commit: | ||
| + | -- Configuring done (0.5s) | ||
| + | -- Generating done (0.2s) | ||
| + | -- Build files have been written to: / | ||
| + | |||
| + | $ cmake --build build --config Release | ||
| + | |||
| + | ... | ||
| + | real 44m35, | ||
| + | user 42m38, | ||
| + | sys 1m51, | ||
| + | </ | ||
| ==== ollama ==== | ==== ollama ==== | ||
informatique/ai_coding.1764949365.txt.gz · Dernière modification : de cyrille
