-
Notifications
You must be signed in to change notification settings - Fork 357
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
Mining process exited with code 2 and signal null #136
Comments
I made a fresh install of Ubuntu 20.04 and the only thing installed are the dependencies. I am running it on a OrangePi 5B 16GB ram. Unit has an NPU and 6 TOPS of compute power. I get this error when turning on the minerer 4:37:06.001 › Starting mining process 14:37:06.077 › Mining process exited with code 2 and signal null Inference mining has improved it loads a bunch of stuff and no error messages. However it is not generating any tokens or using CPU power. The end of its load are this. 14:39:22.240 › inferenceProcess.stderr llama_new_context_with_model: n_ctx = 2048 14:39:22.664 › inferenceProcess.stderr llama_new_context_with_model: kv self size = 1024.00 MiB 14:39:22.665 › inferenceProcess.stderr llama_build_graph: non-view tensors processed: 740/740 14:39:23.151 › inferenceProcess.stderr Available slots: llama server listening at http://127.0.0.1:8887 all slots are idle and system prompt is empty, clear the KV cache 14:39:23.152 › inferenceProcess.stdout {"timestamp":1714329563,"level":"INFO","function":"main","line":2564,"message":"HTTP server listening","hostname":"127.0.0.1","port":8887} thats just the end of it, it is a long log in the shell |
if it helps here are the warnings I get when upgrading. yarn upgrade v1.22.22 |
Just finished setting up an orange pi 5b with 16GB of ram and I get this error
Starting mining
/home/bill/Desktop/freedom-gpt/miner/mac/fgptminer: 1: Syntax error: word unexpected (expecting ")")
Mining process exited with code 2 and signal null
the app runs and all is well but it can't mine.
it also has this Inference error
Failed to start Inference process: (1) Error: spawn /home/bill/Desktop/freedom-gpt/llama.cpp/server ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn /home/bill/Desktop/freedom-gpt/llama.cpp/server',
path: '/home/bill/Desktop/freedom-gpt/llama.cpp/server',
spawnargs: [
'-m',
'/home/bill/Documents/dolphin-2.9-llama3-8b.Q8_0.gguf',
'-c',
'2048',
'--port',
'8887'
]
}
The text was updated successfully, but these errors were encountered: