Closed mudler closed 1 week ago
Name | Link |
---|---|
Latest commit | 82c094a1c0053d960c22fe2bab89299049364031 |
Latest deploy log | https://app.netlify.com/sites/localai/deploys/673f3f8481e4550008554480 |
Deploy Preview | https://deploy-preview-4220--localai.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Previously we were sensible when args aren't defined and we would clash parsing extra args.
Description
This PR fixes #4214
This pull request includes an important change to the
Run
function in theworker_p2p.go
file. The change ensures that theextraArgs
variable is properly initialized and adds a debug log statement to provide better visibility into the arguments being used when starting thellama-cpp-rpc-server
.Initialization and logging improvements:
core/cli/worker/worker_p2p.go
: Modified the initialization of theextraArgs
variable to avoid splitting an empty string and added a debug log statement to log the arguments and their count when starting thellama-cpp-rpc-server
.Notes for Reviewers
Signed commits