Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to Load LLM on Old PC with blank system resources #137

Open
timtak opened this issue Jan 18, 2025 · 3 comments
Open

Failed to Load LLM on Old PC with blank system resources #137

timtak opened this issue Jan 18, 2025 · 3 comments

Comments

@timtak
Copy link

timtak commented Jan 18, 2025

It get
Failed to load the model
Attempt to pull a snapshot of system resources failed. Error: 'Cannot read properties of undefined (reading 'pullReport')'

As, I guess, there are no system resources listed on the System Reroutes page

Image

perhaps because my PC (Win10, 64bit 16GB plus 1GB ancient GPU) is too old Specs below

But then I hear LMStudio works on laptops. Perhaps my PC is even slower.

Speccy says
Operating System
Windows 10 Home 64-bit
CPU
AMD Phenom II X6 1060T
Thuban 45nm Technology
RAM
16.0GB Dual-Channel DDR3 @ 802MHz (11-11-11-28)
Motherboard
ASUSTeK Computer INC. M4A89GTD-PRO/USB3 (AM3) 30 °C
Graphics
HP P221 (1080x1920@60Hz)
L1942 (1280x1024@60Hz)
1023MB NVIDIA GeForce GTS 450 (MSI) 46 °C
Storage
465GB Western Digital WDC WDS500G2B0A ATA Device (SATA (SSD)) 33 °C
Optical Drives
ELBY CLONEDRIVE SCSI CdRom Device
Audio
Realtek High Definition Audio

@timtak
Copy link
Author

timtak commented Jan 18, 2025

Someone on Youtube kindly informed me that

"The GPU architecture is far too old. I think the oldest Llama.cpp gpu arch supported is Ada. That is way way too old. However, you can do cpu, which will work but very very very slow and probably awful. But it will generate tokens"

@YorkieDev
Copy link

@timtak the AMD Phenom II X6 1060T CPU is quite old and lacks AVX2 instructions which are a hard requirement for running models in LM Studio:

https://lmstudio.ai/docs/system-requirements

@timtak
Copy link
Author

timtak commented Jan 19, 2025

Thank you very much.

I skimmed over the AVX2, probably
because I had no idea what it meant.
I have a two year old PC at work,
I will try that.

Tim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants