Ștefan-Gabriel Muscalu
Ștefan-Gabriel Muscalu
Hi @didintri196 Thank you for your report! Unfortunately I cannot reproduce your crash Can you please provide more details like node's version and/or if have overridden node's Promise lib with...
Hi! Thanks for the report. I believe that the CSS didn't have time or has failed to properly load and i could not replicate the issue. As for the resolution,...
Hey @3Nigma! Thanks for the reply! Allow me to quickly go through the talking points: 1) I understand the need for a differentiation between `kernel.print` and `console.log` , but my...
I will assume that you have deployed your code as a service with an nginx reverse proxy in front of it. Since the error code you're getting is `504 gateway...
Hi @RajatSomani13 By SSO, are you referring to a single sign-on? And if so, what are you trying to achieve so that i could point you in the right direction.
Have a look over https://github.com/segmentio/nightmare It's a fully programmable browser based on the Electron/Chromium project. This package is also based on Nightmare, but uses few of it core functions, such...
hey @anonymouz4, did you try it with the latest driver? http://www.nvidia.com/download/driverResults.aspx/133514/en-us
There has been an update here: https://egpu.io/forums/mac-setup/wip-nvidia-egpu-support-for-high-sierra/ Has anyone tried it yet?
Not sure if this is a model or an implementation issue, but computing the imatrix of `https://huggingface.co/THUDM/glm-4-9b-chat` (fp16, q8_0, ...) always results in nans ([dataset](https://gist.githubusercontent.com/bartowski1182/eb213dccb3571f863da82e99418f81e8/raw/b2869d80f5c16fd7082594248e80144677736635/calibration_datav3.txt)) ``` $ ../llama.cpp/llama-imatrix -m glm-4-9b-chat.Q8_0.gguf.link.gguf...
To add to @sbidoul usecase: > To clarify, my use case is still the dependencies-only layer of a Dockerfile. It sill itches me a little bit to have to copy...