Aller directement au contenu
  • llama.cpp : exemple de fichier service

    Linux
    1
    0 Votes
    1 Messages
    6 Vues
    Personne n'a répondu
  • Blocage du jours

    Scan Attack
    40
    0 Votes
    40 Messages
    474 Vues
    fariasF
    https://ipinfo.io/157.245.57.78?lookup_source=search-bar # zgrep "xmlrpc.php" /var/log/apache2/access.*.log | sed 's/:/ /g' | awk '{print $2}' | sort -n | uniq -c | sort -n | tail -10 405 45.91.22.64 408 45.91.22.77 413 45.91.22.95 418 45.91.22.62 420 45.91.22.68 420 45.91.22.97 422 45.91.22.59 426 45.91.22.75 431 45.91.22.65 15224 157.245.57.78
  • llama.cpp avec Vulkan

    Linux llama.cpp ubuntu
    16
    0 Votes
    16 Messages
    38 Vues
    fariasF
    https://huggingface.co/unsloth/Qwen3.5-2B-GGUF/resolve/main/Qwen3.5-2B-Q4_0.gguf?download=true
  • llama.cpp : Installation

    Linux llama.cpp ubuntu
    6
    0 Votes
    6 Messages
    24 Vues
    fariasF
    Mise à jours de Ollama : # curl -fsSL https://ollama.com/install.sh | sh >>> Cleaning up old version at /usr/local/lib/ollama >>> Installing ollama to /usr/local >>> Downloading ollama-linux-amd64.tar.zst ######################################################################## 100.0% >>> Adding ollama user to render group... >>> Adding ollama user to video group... >>> Adding current user to ollama group... >>> Creating ollama systemd service... >>> Enabling and starting ollama service... >>> NVIDIA GPU installed. Visiblement même problème : ... juin 19 10:51:37 ollama[2964]: time=2026-06-19T10:51:37.153Z level=INFO source=model_list_cache.go:111 msg="model list cache hydration complete" models=16 failures=0 elapsed=654.370427ms juin 19 10:51:42 ollama[2964]: time=2026-06-19T10:51:42.591Z level=WARN source=cuda_compat.go:38 msg="NVIDIA driver too old" device="Quadro M5000" compute=5.2 driver=535 required_driver="570 or newer" juin 19 10:51:42 ollama[2964]: time=2026-06-19T10:51:42.591Z level=WARN source=cuda_compat.go:38 msg="NVIDIA driver too old" device="Quadro M4000" compute=5.2 driver=535 required_driver="570 or newer" juin 19 10:51:43 ollama[2964]: time=2026-06-19T10:51:43.181Z level=INFO source=types.go:32 msg="inference compute" id=1 filter_id=1 library=Vulkan compute=0.0 name=Vulkan1 description="Quadro M4000" libd> juin 19 10:51:43 ollama[2964]: time=2026-06-19T10:51:43.181Z level=INFO source=types.go:32 msg="inference compute" id=0 filter_id=0 library=Vulkan compute=0.0 name=Vulkan0 description="Quadro M5000" libd> ...
  • llama.cpp : llama-bench : CPU ( no CUDA )

    Linux llama.cpp benchmark
    1
    0 Votes
    1 Messages
    7 Vues
    Personne n'a répondu
  • llama.cpp : llama-server : Erreur 404 file not found

    Linux llama.cpp
    3
    0 Votes
    3 Messages
    12 Vues
    Tuxedo17T
    Les logs avant le build : # 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
  • Benchmark llama.cpp sur Tuxedo 17

    Linux llama.cpp
    12
    0 Votes
    12 Messages
    38 Vues
    Tuxedo17T
    Test : $ curl -fsS http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{ "model": "qwen2.5-1.5b", "messages": [ {"role": "system", "content": "Tu es un assistant DevOps qui répond en français en une phrase."}, {"role": "user", "content": "Quelle commande systemd affiche les services actifs ?"} ], "temperature": 0.2, "max_tokens": 80 }' | jq { "choices": [ { "finish_reason": "stop", "index": 0, "message": { "role": "assistant", "content": "systemctl list-units --active" } } ], "created": 1781775300, "model": "qwen2.5-1.5b", "system_fingerprint": "b9687-b4024af6c", "object": "chat.completion", "usage": { "completion_tokens": 8, "prompt_tokens": 38, "total_tokens": 46, "prompt_tokens_details": { "cached_tokens": 37 } }, "id": "chatcmpl-mXP4t0noHYBKTaBSnZfxFdoTycVt42zC", "timings": { "cache_n": 37, "prompt_n": 1, "prompt_ms": 21.161, "prompt_per_token_ms": 21.161, "prompt_per_second": 47.25674590047729, "predicted_n": 8, "predicted_ms": 40.424, "predicted_per_token_ms": 5.053, "predicted_per_second": 197.90223629527014 } }
  • Informations générales

    Linux llama.cpp
    4
    1
    0 Votes
    4 Messages
    17 Vues
    Tuxedo17T
    Après la mise à jours des modèles : # ollama list NAME ID SIZE MODIFIED gpt-oss:20b 17052f91a42e 13 GB About a minute ago llama2:latest 78e26419b446 3.8 GB 18 minutes ago phi4:latest ac896e5b8b34 9.1 GB 18 minutes ago qwen2:latest dd314f039b9d 4.4 GB 18 minutes ago gemma2:latest ff02c3702f32 5.4 GB 18 minutes ago mistral:latest 6577803aa9a0 4.4 GB 18 minutes ago llama3.1:latest 46e0c10c039e 4.9 GB 22 minutes ago llava:latest 8dd30f6b0cb1 4.7 GB 22 minutes ago llava:13b 0d0eb4d7f485 8.0 GB 16 months ago llava:7b 8dd30f6b0cb1 4.7 GB 16 months ago llama3.1:8b 46e0c10c039e 4.9 GB 16 months ago mistral:7b f974a74358d6 4.1 GB 16 months ago gemma2:9b ff02c3702f32 5.4 GB 16 months ago qwen2:7b dd314f039b9d 4.4 GB 16 months ago phi4:14b ac896e5b8b34 9.1 GB 16 months ago
  • NodeBB (update)

    Announcements update nodebb
    15
    0 Votes
    15 Messages
    281 Vues
    fariasF
    Update NodeBB v4.13.1
  • dawarich (update)

    Announcements
    15
    0 Votes
    15 Messages
    260 Vues
    fariasF
    Update done. https://github.com/Freika/dawarich/releases/tag/1.8.1
  • Attaque de type xmlrpc.php sur les 60 derniers jours.

    Scan Attack
    1
    0 Votes
    1 Messages
    5 Vues
    Personne n'a répondu
  • Attaque de type wp-login.php sur les 60 derniers jours.

    Scan Attack
    1
    0 Votes
    1 Messages
    5 Vues
    Personne n'a répondu
  • Souveraineté Numérique

    DSI
    1
    1
    1 Votes
    1 Messages
    17 Vues
    Personne n'a répondu
  • Configuration MailCow : PTR Record/HELO Check

    Linux
    9
    3
    0 Votes
    9 Messages
    58 Vues
    fariasF
    Je viens de demander la suppression … à suivre. [image: 1780836881023-4e28bb1c-97e9-4c8d-b7d1-577215138732-image.png]
  • MailCow (update)

    Announcements
    1
    1
    0 Votes
    1 Messages
    21 Vues
    Personne n'a répondu
  • Proxmox Balkany (update)

    Announcements proxmox update
    28
    0 Votes
    28 Messages
    512 Vues
    fariasF
    Update … Starting system upgrade: apt-get dist-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages were automatically installed and are no longer required: libzpool6linux proxmox-kernel-6.14.11-1-pve-signed proxmox-kernel-6.14.11-2-pve-signed proxmox-kernel-6.14.11-3-pve-signed proxmox-kernel-6.14.11-4-pve-signed proxmox-kernel-6.14.11-5-pve-signed proxmox-kernel-6.14.11-6-pve-signed proxmox-kernel-6.14.11-7-pve-signed proxmox-kernel-6.14.11-8-pve-signed proxmox-kernel-6.17.13-1-pve-signed proxmox-kernel-6.17.13-2-pve-signed proxmox-kernel-6.17.13-3-pve-signed proxmox-kernel-6.17.13-4-pve-signed proxmox-kernel-6.17.13-6-pve-signed proxmox-kernel-6.17.13-7-pve-signed proxmox-kernel-6.17.13-9-pve-signed proxmox-kernel-6.17.2-1-pve-signed proxmox-kernel-6.17.2-2-pve-signed proxmox-kernel-6.17.4-1-pve-signed proxmox-kernel-6.17.4-2-pve-signed proxmox-kernel-7.0.0-3-pve-signed proxmox-kernel-7.0.2-2-pve-signed proxmox-rrd-migration-tool Use 'apt autoremove' to remove them. The following NEW packages will be installed: proxmox-kernel-6.17.13-12-pve-signed proxmox-kernel-7.0.2-7-pve-signed The following packages will be upgraded: libldb2 libpve-cluster-api-perl libpve-cluster-perl libpve-common-perl libpve-notify-perl libsmbclient0 libtalloc2 libtdb1 libtevent0t64 libunbound8 libwbclient0 linux-libc-dev proxmox-backup-client proxmox-backup-file-restore proxmox-kernel-6.17 proxmox-kernel-7.0 proxmox-widget-toolkit pve-cluster pve-docs pve-i18n pve-manager pve-yew-mobile-i18n qemu-server samba-common samba-libs smbclient 26 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 292 MB of archives. After this operation, 2020 MB of additional disk space will be used. Do you want to continue? [Y/n] Y ...
  • Nextcloud External (Update)

    Announcements
    3
    0 Votes
    3 Messages
    30 Vues
    fariasF
    Modification de opcache /etc/php/8.2/cli/php.ini ; The amount of memory for interned strings in Mbytes. ;opcache.interned_strings_buffer=8 Après : ; The amount of memory for interned strings in Mbytes. opcache.interned_strings_buffer=16 Lancement de apache : # systemctl restart apache2
  • NEXCLOUD : Augmentation de la taille disque

    Proxmox
    1
    0 Votes
    1 Messages
    14 Vues
    Personne n'a répondu
  • Humhub (update)

    Announcements
    1
    1
    0 Votes
    1 Messages
    12 Vues
    Personne n'a répondu
  • PROXMOX : Firewall

    Proxmox
    4
    0 Votes
    4 Messages
    33 Vues
    fariasF
    Nouvelle optimisation : # du -sh /etc/pve/firewall/cluster.fw 103K /etc/pve/firewall/cluster.fw # wc -l /etc/pve/firewall/cluster.fw 23780 /etc/pve/firewall/cluster.fw