AlexsJones / AlexsJones/llmfit
[Bug]: information is not updated
- Dominant language
- Rust
- Stars
- 36.3k
- Forks
- 2.3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 85
Description
### Bug description
At the moment I see that Qwen 3.8 appeared: https://ollama.com/library/qwen3.8
But your tool doesn't even see it:
### Expected behavior
I'd like to see all models, but not some outdated ones.
### Actual behavior
It doesn't show Qwen 3.8.
### Steps to reproduce
1. Run it
2. check "Alibaba" in providers
3. search for qwen3
### Diagnostic report (`llmfit doctor`)
```text
# llmfit doctor report-----------------------------------------------------------------------------------
Paste this whole report into a GitHub issue at https://github.com/AlexsJones/llmfit/issues — the raw tool output below is what lets detection bugs become regression tests. It contains hardware model names
and driver info only.
- llmfit version: 1.1.9
- OS: linux (x86_64)
## Detected by llmfit
SystemSpecs {
total_ram_gb: 251.7633056640625,
available_ram_gb: 230.16634368896484,
total_cpu_cores: 88,
cpu_name: "Intel(R) Xeon(R) CPU E5-2696 v4 @ 2.20GHz",
has_gpu: true,
gpu_vram_gb: Some(
23.98828125,
),
total_gpu_vram_gb: Some(
23.98828125,
),
gpu_available_gb: None,
gpu_name: Some(
"NVIDIA GeForce RTX 4090",
),
gpu_count: 1,
unified_memory: false,
backend: Cuda,
gpus: [
GpuInfo {
name: "NVIDIA GeForce RTX 4090",
vram_gb: Some(
23.98828125,
),
backend: Cuda,
count: 1,
unified_memory: false,
},
],
cluster_mode: false,
cluster_node_count: 0,
}
## nvidia-smi (extended query)
None, 24564, NVIDIA GeForce RTX 4090
## nvidia-smi (standard query)
24564, NVIDIA GeForce RTX 4090
## rocm-smi --showmeminfo vram
(not available: No such file or directory (os error 2))
## rocm-smi --showproductname
(not available: No such file or directory (os error 2))
## sysfs DRM cards
card1: vendor=0x10de device=0x2684 driver=nvidia mem_info_vram_total=-
## lspci (display controllers)
81:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:2684] (rev a1)
## vulkaninfo --summary
==========
VULKANINFO
==========
Vulkan Instance Version: 1.3.204
Instance Extensions: count = 20
-------------------------------
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_EXT_swapchain_colorspace : extension revision 4
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
Instance Layers: count = 5
--------------------------
VK_LAYER_INTEL_nullhw INTEL NULL HW 1.1.73 version 1
VK_LAYER_MESA_device_select Linux device selection layer 1.3.211 version 1
VK_LAYER_MESA_overlay Mesa Overlay layer 1.3.211 version 1
VK_LAYER_NV_optimus NVIDIA Optimus layer 1.4.341 version 1
VK_LAYER_NV_present NVIDIA Presentation Layer 1.4.341 version 1
Devices:
========
GPU0:
apiVersion = 4211029 (1.4.341)
driverVersion = 2559459584 (0x988e4100)
vendorID = 0x10de
deviceID = 0x2684
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = NVIDIA GeForce RTX 4090
driverID = DRIVER_ID_NVIDIA_PROPRIETARY
driverName = NVIDIA
driverInfo = 610.57.04
conformanceVersion = 1.4.3.3
deviceUUID = 9a31a5c5-25f9-ec0d-4c6d-670d823dd59d
driverUUID = 9992f558-9329-580d-a9f3-a38ee24bc64d
GPU1:
apiVersion = 4206847 (1.3.255)
driverVersion = 1 (0x0001)
vendorID = 0x10005
deviceID = 0x0000
deviceType = PHYSICAL_DEVICE_TYPE_CPU
deviceName = llvmpipe (LLVM 15.0.7, 256 bits)
driverID = DRIVER_ID_MESA_LLVMPIPE
driverName = llvmpipe
driverInfo = Mesa 23.2.1-1ubuntu3.1~22.04.4 (LLVM 15.0.7)
conformanceVersion = 1.3.1.1
deviceUUID = 6d657361-3233-2e32-2e31-2d3175627500
driverUUID = 6c6c766d-7069-7065-5555-494400000000
--- stderr ---
WARNING: [Loader Message] Code 0 : terminator_CreateInstance: Failed to CreateInstance in ICD 3. Skipping ICD.
## npu-smi info
(not available: No such file or directory (os error 2))
## Provider app installs
LM Studio installed: true
Docker Desktop installed: false
ollama on PATH: true
```
### llmfit version
llmfit 1.1.9
### Operating system
Linux
### Affected component
Model database (missing/incorrect model data)
### Mode used
TUI (default)
### GPU details (if relevant)
```text
RTX 4090
```
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.