Add support for missing quants in CPY (Metal & CUDA). #11019
server.yml
on: pull_request
server-windows
5m 30s
Matrix: server
Annotations
1 error and 3 warnings
server (Release)
Process completed with exit code 1.
|
server (Release):
examples/server/webui/src/utils/llama-vscode.ts#L43
React Hook useEffect has missing dependencies: 'inputRef' and 'setInputMsg'. Either include them or remove the dependency array. If 'setInputMsg' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
server (ADDRESS, RelWithDebInfo):
examples/server/webui/src/utils/llama-vscode.ts#L43
React Hook useEffect has missing dependencies: 'inputRef' and 'setInputMsg'. Either include them or remove the dependency array. If 'setInputMsg' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
server (UNDEFINED, RelWithDebInfo):
examples/server/webui/src/utils/llama-vscode.ts#L43
React Hook useEffect has missing dependencies: 'inputRef' and 'setInputMsg'. Either include them or remove the dependency array. If 'setInputMsg' changes too often, find the parent component that defines it and wrap that definition in useCallback
|