Johanderson Mogollon

Results 24 issues of Johanderson Mogollon

## What is this Python project? A minimalistic http client https://github.com/sonic182/aiosonic for asyncio ## What's the difference between this Python project and similar ones? * Pure 100% python async http...

https://github.com/luceneplusplus/LucenePlusPlus

I have build the model from source, first without the --features cublas flag, then I rebuild with it. ``` $ llm infer --use-gpu -a mpt -m models/mpt-7b-instruct-q5_1.bin -p "Rust is...

issue:enhancement
topic:cublas

Would be nice to have the compilation in parallel, it takes too long for certain encodings and the fact that it uses only one core is worst

Proposal for adding [aiosonic](https://github.com/sonic182/aiosonic) as transport layer I'm the autor of aiosonic, I may add updates to it if required

🐞 **Describe the bug** Running [this test](https://github.com/sonic182/aiosonic/blob/master/tests/test_aiosonic.py#L393) with PyPy3 it gets stuck, with CPython>=3.6 it works ok, doing Ctrl-C while stuck it shows this error ``` /home/sonic182/.asdf/installs/python/pypy3.7-7.3.3/lib-python/3/selectors.py:468: KeyboardInterrupt (to show...

bug
server
reproducer: missing
needs-info

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

### Elixir and Erlang/OTP versions For a neo4j in docker compose: ```yaml services: neo4j: image: neo4j:5 environment: NEO4J_AUTH: neo4j/12341234 ports: - 7474:7474 - 7687:7687 ``` When I connect to neo4j...

## What is this Python project? **aiosonic** is a super‑fast, lightweight asyncio HTTP client with built‑in WebSocket support. It features: - Smart connection pooling & keepalive - Multipart/chunked data handling...

Would be nice to make the plugin compatible with Ollama, so you could run everything in local (ollama + llama3.2 3b for example)