mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-08-14 00:47:52 +00:00
Consolidates NVIDIA vLLM, Apple Silicon, CPU Pearl mining support, CLI/docs, and live H100 validation.
13 lines
378 B
TOML
13 lines
378 B
TOML
[mining]
|
|
provider = "vllm-pearl"
|
|
wallet_address = "prl1qexampleaddress"
|
|
submit_target = "solo"
|
|
fee_bps = 0
|
|
fee_payout_address = ""
|
|
|
|
[mining.extra]
|
|
model = "pearl-ai/Llama-3.3-70B-Instruct-pearl"
|
|
pearld_rpc_url = "http://localhost:44107"
|
|
pearld_rpc_user = "rpcuser"
|
|
pearld_rpc_password_env = "PEARLD_RPC_PASSWORD"
|