pqnet

Results 19 comments of pqnet

Machine learning could be useful for that

The same issue is present on other exercises as well, such as part 3. The root cause is that the copy function doesn't work when "to" is a directory in...

according to https://docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html the logout endpoint expects a `client_id` and a `logout_uri` query parameters. I managed to get logout working by adding extra query params: ```javascript userManager.signoutRedirect({ extraQueryParams: { client_id:...

The ionic cli itself, mainly to download the starter templates when running `ionic start`, has to do http requests. These requests are done using the `superagent` package. In order for...

Last builds do not include the .so library anymore. Related: https://github.com/ggerganov/llama.cpp/issues/11144

> Will be fixed with the next release: [#11392](https://github.com/ggerganov/llama.cpp/pull/11392) > > Please close the issue when you confirm. Have tested b4552, it works on my machine(s). Output of `ldd llama-cli`...

> b4641 > > ./build/bin/llama-cli ./build/bin/llama-cli: error while loading shared libraries: libllama.so: cannot open shared object file: No such file or directory > > system: Ubuntu 18 @Liozhang you have...

> For people like me who want to package the binary version for their distro, the fix was simply to install the libraries into the system-wide shared library path. >...

> If you run e.g.: > > > FROM scratch > > COPY --from=source_image / / > > and set environment variables, endpoints, etc, would that acccomplish the same thing...

> I'm having the same issue. did you find a work around @pqnet? The workaround is to use `ref` to force the component that hosts `useChat` to be recreated when...