<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[llama.cpp : llama-server : Erreur 404 file not found]]></title><description><![CDATA[<p dir="auto">C’est à cause de npm :</p>
<pre><code class="language-bash"># curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
...
# source ~/.profile
...
# nvm install node
...
# nvm install 24
...
# nvm use 24
Now using node v24.17.0 (npm v11.13.0)

</code></pre>
<p dir="auto">Ensuite il faut refaire un build de llama.cpp.</p>
]]></description><link>https://lemmy.cyber-neurones.org/topic/366/llama.cpp-llama-server-erreur-404-file-not-found</link><generator>RSS for Node</generator><lastBuildDate>Mon, 22 Jun 2026 16:12:36 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/366.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Jun 2026 13:45:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to llama.cpp : llama-server : Erreur 404 file not found on Thu, 18 Jun 2026 13:56:49 GMT]]></title><description><![CDATA[<p dir="auto">Les logs avant le build :</p>
<pre><code class="language-bash"># export LD_LIBRARY_PATH=/usr/local/cuda/lib
# export PATH=$PATH:/usr/local/cuda/bin
# cmake .. -DGGML_CUDA=ON
CMAKE_BUILD_TYPE=Release
-- Warning: ccache not found - consider installing it for faster compilation or disable this warning with GGML_CCACHE=OFF
-- CMAKE_SYSTEM_PROCESSOR: x86_64
-- GGML_SYSTEM_ARCH: x86
-- Including CPU backend
-- x86 detected
-- Adding CPU backend variant ggml-cpu: -march=native 
-- CUDA Toolkit found
-- Using CMAKE_CUDA_ARCHITECTURES=75-virtual;80-virtual;86-real;89-real;90-virtual;120a-real;121a-real CMAKE_CUDA_ARCHITECTURES_NATIVE=
-- CUDA host compiler is GNU 11.4.0
-- Including CUDA backend
-- ggml version: 0.15.1
-- ggml commit:  b4024af6c
-- OpenSSL found: 3.0.2
-- Generating embedded license file for target: llama-app
-- Configuring done
-- Generating done
-- Build files have been written to: /home/XXXX/GIT/llama.cpp/build

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/909</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/909</guid><dc:creator><![CDATA[Tuxedo17]]></dc:creator><pubDate>Thu, 18 Jun 2026 13:56:49 GMT</pubDate></item><item><title><![CDATA[Reply to llama.cpp : llama-server : Erreur 404 file not found on Thu, 18 Jun 2026 13:51:25 GMT]]></title><description><![CDATA[<p dir="auto">Un autre problème l’absence de NCCL :</p>
<pre><code class="language-bash"># apt install libnccl2 libnccl-dev
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/908</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/908</guid><dc:creator><![CDATA[Tuxedo17]]></dc:creator><pubDate>Thu, 18 Jun 2026 13:51:25 GMT</pubDate></item></channel></rss>