Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.13.10 source code.tar.gz | 2025-07-07 | 1.3 MB | |
0.13.10 source code.zip | 2025-07-07 | 1.4 MB | |
README.md | 2025-07-07 | 256 Bytes | |
Totals: 3 Items | 2.7 MB | 8 |
This version adds support for hostnames in the --workers
argument. You can now specify a host that will be resolved using the operating system's DNS. For example:
./dllama ... --workers localhost:9999 raspberrypi.local:9998
Thanks @enigodupont!