-
Notifications
You must be signed in to change notification settings - Fork 363
Description
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'
]
}