qinst64

Results 8 issues of qinst64

in the quiver code `quiver_engine/imagenet_uitls.py`: ``` x[:, :, :, 0] -= 103.939 x[:, :, :, 1] -= 116.779 x[:, :, :, 2] -= 123.68 # 'RGB'->'BGR' x = x[:, :,...

I have `Flask-GraphQL==2.0.1` installed and inside Chrome it is requiring dependencies like > http://cdn.jsdelivr.net/npm/[email protected]/graphiql.min.js note: currently the latest version in jsdelivr is 1.0.6 however the github readme says > graphiql_version:...

While using this module to extract text from some excel files, it keeps crashing even the file is several hundreds of KB, reporting: ``` FATAL ERROR: Ineffective mark-compacts near heap...

Most of users just copy and paste example code, so [`StringSplitter_Example.ino`](https://github.com/aharshac/StringSplitter/blob/master/examples/StringSplitter_Example/StringSplitter_Example.ino) better to explicitly free memory ```c++ delete splitter; ```

I can find it supports `loadDocumentSync`, which accepts filepath as input . what about adding support for string in case the doc is aleady in the memory? e.g. for [`yamljs`](https://www.npmjs.com/package/yamljs)...

### Describe the problem In [Ollama doc](https://github.com/ollama/ollama/blob/main/docs/api.md) there are both `api/embeddings` and `api/embed` and saying > Note: api/embedding has been superseded by /api/embed will `OllamaEmbeddingFunction` support `api/embed`? btw, they have...

enhancement
EF

I have a very long prompt, and ollama is in a remote server. While sending request through http using ollama-js, is compression (i.e. gzip ) already applied so that speed...

is this project alive? Please add a build option for building armv8-only apk to reduce apk size?