You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm runnig text-generation-webui 2.3 or 2.4 (not sure, how to determine current version)
I'm using CUDA 12.4 driver (in vm) with the requirements.txt provided by this repo, which installed python CUDA 12.1 packages.
My cpuinfo looks like this:
processor : 23
vendor_id : GenuineIntel
cpu family : 15
model : 107
model name : QEMU Virtual CPU version 2.5+
stepping : 1
microcode : 0x1
cpu MHz : 2900.000
cache size : 16384 KB
physical id : 0
siblings : 24
core id : 23
cpu cores : 24
apicid : 23
initial apicid : 23
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm constant_tsc nopl xtopology cpuid tsc_known_freq pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm cpuid_fault pti
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown bhi
bogomips : 5800.00
clflush size : 64
cache_alignment : 128
address sizes : 40 bits physical, 48 bits virtual
power management:
First, I tough, this is because my CPU hasn't the AVX2 flag, but it looks like, AVX2 in not the point, because @josbraden has the same problem with an AVX2-supported CPU.
Describe the bug
Web UI silently crashes with exit 0 when loading a GGUF model with the llama.cpp loader on virtual machines running certain Qemu virtual CPUs
Workaround: Switch VM to supported CPU
Non-working tested CPUs:
Working tested CPUs:
Mostly just posting this in case someone else runs into it, but would be good to get a non-silent crash
Is there an existing issue for this?
Reproduction
Screenshot
Logs
See screenshot, exit 0
System Info
The text was updated successfully, but these errors were encountered: