<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Nvidia on Blog GoHugo de Fredô : Linux, Proxmox, IA, Trail, Course, Randonnée, Gravel, Ski de Randonnée</title>
    <link>https://move.cyber-neurones.org/tags/nvidia/</link>
    <description>Recent content in Nvidia on Blog GoHugo de Fredô : Linux, Proxmox, IA, Trail, Course, Randonnée, Gravel, Ski de Randonnée</description>
    <generator>Hugo</generator>
    <language>fr</language>
    <lastBuildDate>Mon, 20 Jan 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://move.cyber-neurones.org/tags/nvidia/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ollama n&#39;utilise pas le GPU de la carte ... Misère</title>
      <link>https://move.cyber-neurones.org/post/2025/01/2025-01-20-ollama-nutilise-pas-le-gpu-de-la-carte-misere/</link>
      <pubDate>Mon, 20 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2025/01/2025-01-20-ollama-nutilise-pas-le-gpu-de-la-carte-misere/</guid>
      <description>&lt;p&gt;Ma version d&amp;rsquo;OS est &amp;ldquo;&lt;strong&gt;Ubuntu 22.04.5 LTS&lt;/strong&gt;&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Ma version de carte/drivers NVIDIA :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# uname -a&#xA;Linux 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux&#xA;&#xA;# nvidia-smi -L&#xA;GPU 0: Quadro 4000 (UUID: GPU-13797e5d-a72f-4c72-609f-686fa4a8c956)&#xA;&#xA;# nvidia-smi &#xA;Mon Jan 20 16:41:52 2025       &#xA;+-----------------------------------------------------------------------------+&#xA;| NVIDIA-SMI 390.157                Driver Version: 390.157                   |&#xA;|-------------------------------+----------------------+----------------------+&#xA;| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |&#xA;| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |&#xA;|===============================+======================+======================|&#xA;|   0  Quadro 4000         Off  | 00000000:00:10.0 Off |                  N/A |&#xA;| 36%   62C   P12    N/A /  N/A |      1MiB /  1985MiB |      0%      Default |&#xA;+-------------------------------+----------------------+----------------------+&#xA;                                                                               &#xA;+-----------------------------------------------------------------------------+&#xA;| Processes:                                                       GPU Memory |&#xA;|  GPU       PID   Type   Process name                             Usage      |&#xA;|=============================================================================|&#xA;|  No running processes found                                                 |&#xA;+-----------------------------------------------------------------------------+&#xA;&#xA;# cat /proc/driver/nvidia/version&#xA;NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.157  Wed Oct 12 09:19:07 UTC 2022&#xA;GCC version:  gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)&#xA;&#xA;# nvcc --version&#xA;nvcc: NVIDIA (R) Cuda compiler driver&#xA;Copyright (c) 2005-2024 NVIDIA Corporation&#xA;Built on Tue_Oct_29_23:50:19_PDT_2024&#xA;Cuda compilation tools, release 12.6, V12.6.85&#xA;Build cuda_12.6.r12.6/compiler.35059454_0&#xA;&#xA;# ubuntu-drivers devices&#xA;== /sys/devices/pci0000:00/0000:00:10.0 ==&#xA;modalias : pci:v000010DEd000006DDsv000010DEsd00000780bc03sc00i00&#xA;vendor   : NVIDIA Corporation&#xA;model    : GF100GL [Quadro 4000]&#xA;driver   : nvidia-driver-390 - distro non-free recommended&#xA;driver   : xserver-xorg-video-nouveau - distro free builtin&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Journal de ollama :&lt;/p&gt;</description>
    </item>
    <item>
      <title>Proxmox/NVIDIA : Quadro 4000 en mode PCI Passthrough ... ca marche !</title>
      <link>https://move.cyber-neurones.org/post/2025/01/2025-01-20-proxmox-nvidia-quadro-4000-en-mode-pci-passthrough-ca-marche/</link>
      <pubDate>Mon, 20 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://move.cyber-neurones.org/post/2025/01/2025-01-20-proxmox-nvidia-quadro-4000-en-mode-pci-passthrough-ca-marche/</guid>
      <description>&lt;p&gt;Configuration :&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Proxmox : 8.3.2&lt;/li&gt;&#xA;&lt;li&gt;Proxmox kernel : 6.8.12-5-pve&lt;/li&gt;&#xA;&lt;li&gt;VM : Ubuntu 22.04.5 LTS&lt;/li&gt;&#xA;&lt;li&gt;VM kernel : 5.15.0-130-generic&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Installation :&lt;/p&gt;&#xA;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo add-apt-repository ppa:graphics-drivers/ppa --yes&#xA;# sudo apt update&#xA;# sudo apt install nvidia-cuda-toolkit&#xA;# sudo apt install nvidia-driver-390&#xA;...&#xA;reboot&#xA;...&#xA;# nvidia-smi       &#xA;+-----------------------------------------------------------------------------+&#xA;| NVIDIA-SMI 390.157                Driver Version: 390.157                   |&#xA;|-------------------------------+----------------------+----------------------+&#xA;| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |&#xA;| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |&#xA;|===============================+======================+======================|&#xA;|   0  Quadro 4000         Off  | 00000000:00:10.0 Off |                  N/A |&#xA;| 36%   61C   P12    N/A /  N/A |      1MiB /  1985MiB |      0%      Default |&#xA;+-------------------------------+----------------------+----------------------+&#xA;                                                                               &#xA;+-----------------------------------------------------------------------------+&#xA;| Processes:                                                       GPU Memory |&#xA;|  GPU       PID   Type   Process name                             Usage      |&#xA;|=============================================================================|&#xA;|  No running processes found                                                 |&#xA;+-----------------------------------------------------------------------------+&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Le driver 4xx ne fonctionne pas avec la &amp;ldquo;Quadro 4000&amp;rdquo; .&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
