David Dobolyi

Results 34 comments of David Dobolyi

From a teaching perspective, this is one piece of functionality that would be really desirable (the other being .sql exports of query files). Relying on alternatives like `mysqldump` (for MySQL/mariadb)...

Hi @tagavari! You're very welcome, and thanks for the reply! I think I need to clarify my original post: I do experience the behavior you showed in your movie most...

> okay this commit fixes it for sure [Geczy@5856eb0](https://github.com/Geczy/airmessage-web/commit/5856eb0c42367bb93a14d60a2a553f447762f0e7) Thank you both for working on this!

For the time being, this might fix the issue you all have noted (at least for GGUF models): `pip install langchain==0.0.354 sentence-transformers==2.2.2 chatdocs` Here's a turnkey demo script you can...

Not ideal, but for the moment, try adding the following in your code prior to calling the `model = LLM(...)` line: ``` import ray, torch ray.shutdown() ray.init(num_gpus=torch.cuda.device_count()) ```

@mantasu: Makes sense -- updated all three references from `selem` to `footprint` -- thanks!

This issue still seems to be ongoing when using the default meta-llama models (e.g., meta-llama/Meta-Llama-3-8B-Instruct) following the Colab notebook example here: https://colab.research.google.com/drive/1XamvWYinY6FOSX9GLvnqSjjsNflxdhNc?usp=sharing I can confirm the issue is not present...

> @davedgd Oh so Unsloth is fine (the models or just finetuning with Unsloth?) but the Meta ones still don't work as expected? Correct, but to clarify, no issues when...

Has anyone gotten it to work in terms of uploading as private and manually flipping to public? I tried doing this, and it immediately re-locked the video as private.

> > Has anyone gotten it to work in terms of uploading as private and manually flipping to public? I tried doing this, and it immediately re-locked the video as...