xloem

Results 174 issues of xloem

I found clipdraw was migrating many curves completely off the canvas, like it hated them and was frustrated or something. Then it would keep calculating their gradients and drawing them...

Sorry for the double-pr. I pushed a change to the other PR and it closed; guess I'm still learning online dev. I combined the text prompts into a single dict....

I saw this was imported but unused. It seems nice to have.

So far this is the only c/c++ cross-platform BLE library I've found; I'm sure there are others somewhere. I was wondering if it would be reasonable to advertise how supported...

The save_local, load_local member functions in vectorstore.faiss seem firstly to need to read/write the index_to_id map as well as the main index file. This would then fully separate the storage...

It’s great that llm calls can be easily cached, but the same functionality is lacking for embeddings.

Hi, I would like to propose a relatively simple idea to increase the power of the library. I am not an ML researcher, so would appreciate constructive feedback on where...

I’m on a system hardlimited to 40GB of cpu ram + swap. When I try to load opt-30b the process is killed from memory exhaustion. If I load the model...

I did a little work to provide for stop sequences and streaming with huggingface_pipeline. I found the tests and discovered they didn't run presently for me; I made a small...

# What does this PR do? When using accelerate, attention_mask and position_ids were being retransferred for every layer after the first device. This change transfers them once in advance. ##...