Commit or version
v1.10.2
Environment
PC -- Win11 CUDA build, 3060ti, 32ram, Ryzen 5 5600X
Laptop -- Linux Mint, 32gb RAM, intel core i7-10610U
Reproduction steps
./coli cluster coordinator --host 0.0.0.0 --port 8765 at Win host -- colibri cluster coordinator listening on http://0.0.0.0:8765
So, I expect to connect a worker normally, but running
./coli cluster worker --model "D:\models" --port 9100 --coordinator http://<WIN_HOST_IP>:8765 --advertise-host <WORKER_IP> results in
[MMAP] expert = viste zero-copy nei file (page cache = cache) cache/layer: expected a whole number, got "None"
at both Linux and Windows (which is the same-machine call).
Expected behavior
Both workers sucessfully connected to coordinator, creating a cluster
Actual behavior and logs
puts following into the console
`[MMAP] expert = viste zero-copy nei file (page cache = cache)
cache/layer: expected a whole number, got "None"`
and stops execution
Commit or version
v1.10.2
Environment
PC -- Win11 CUDA build, 3060ti, 32ram, Ryzen 5 5600X
Laptop -- Linux Mint, 32gb RAM, intel core i7-10610U
Reproduction steps
./coli cluster coordinator --host 0.0.0.0 --port 8765at Win host --colibri cluster coordinator listening on http://0.0.0.0:8765So, I expect to connect a worker normally, but running
./coli cluster worker --model "D:\models" --port 9100 --coordinator http://<WIN_HOST_IP>:8765 --advertise-host <WORKER_IP>results in[MMAP] expert = viste zero-copy nei file (page cache = cache) cache/layer: expected a whole number, got "None"at both Linux and Windows (which is the same-machine call).
Expected behavior
Both workers sucessfully connected to coordinator, creating a cluster
Actual behavior and logs