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

Windows Error 0xc000001d #816

Open
mercurial-moon opened this issue May 1, 2024 · 4 comments
Open

Windows Error 0xc000001d #816

mercurial-moon opened this issue May 1, 2024 · 4 comments

Comments

@mercurial-moon
Copy link

Logs as under

Welcome to KoboldCpp - Version 1.63
For command line arguments, please refer to --help
***
Attempting to use OpenBLAS library for faster prompt ingestion. A compatible libopenblas will be required.
Initializing dynamic library: koboldcpp_openblas.dll
==========
Namespace(bantokens=None, benchmark=None, blasbatchsize=512, blasthreads=3, chatcompletionsadapter=None, config=None, contextsize=2048, debugmode=0, forceversion=0, foreground=False, gpulayers=0, highpriority=False, hordeconfig=None, host='', ignoremissing=False, launch=True, lora=None, mmproj=None, model=None, model_param='C:/Users/Smite/.cache/lm-studio/models/TheBloke/huggingface/mistral-7b-instruct-v0.2.Q4_K_M.gguf', multiuser=1, noavx2=False, noblas=False, nocertify=False, nommap=False, noshift=False, onready='', password=None, port=5001, port_param=5001, preloadstory=None, quiet=False, remotetunnel=False, ropeconfig=[0.0, 10000.0], sdconfig=None, skiplauncher=False, smartcontext=False, ssl=None, tensor_split=None, threads=3, useclblast=None, usecublas=None, usemlock=False, usevulkan=None)
==========
Loading model: C:\Users\Smite\.cache\lm-studio\models\TheBloke\huggingface\mistral-7b-instruct-v0.2.Q4_K_M.gguf
[Threads: 3, BlasThreads: 3, SmartContext: False, ContextShift: True]
Traceback (most recent call last):
  File "koboldcpp.py", line 3220, in <module>
  File "koboldcpp.py", line 2970, in main
  File "koboldcpp.py", line 398, in load_model
OSError: [WinError -1073741795] Windows Error 0xc000001d
[7008] Failed to execute script 'koboldcpp' due to unhandled exception!


@LostRuins
Copy link
Owner

Try select the noavx2 option

@mercurial-moon
Copy link
Author

mercurial-moon commented May 1, 2024

That worked!! Thanks!

@LostRuins
Copy link
Owner

You can also try the NoAvx2 CLBlast version if you have a GPU.

@mercurial-moon
Copy link
Author

mercurial-moon commented May 1, 2024

Thanks! Really appreciate the effort put into KoboldCpp.

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