Marl
Marl
> Hi! Can you share the example text and how you are calling the library? If you cannot share the text here you can also email it personally. Hi fbarrios,...
Maybe I should rephrase the question for anyone reading this; import onnx import torch.onnx import torchvision dummy_input = Variable(torch.randn(256, 256, 3)) state_dict = torch.load('/content/gdrive/My Drive/first-order-motion-model/vox-adv-cpk.pth.tar') model.load_state_dict(state_dict) torch.onnx.export(model, dummy_input, "moment-in-time.onnx") This...
> **Is this a BUG REPORT or FEATURE REQUEST?**: > > - [ ] BUG > - [x] FEATURE > > Would love to have a PDF-Icon to download the...
> Hi For people who are building very specific rag setups, something like flowise may be better. These (langflow/flowise) allow granular control and a really idiot friendly way to see...
What's the approach? I'm also very interested in this feature. If there's a roadmap, id be glad to help realize it.
I assume the correct way to do it would go something like: 0. (optional) Increase size and topic breadth of LLM-Pruner Corpus 1. LLM-Pruner 2. LoRA/QLoRa 3. GPTQ This is...
I've tried it many times, it seems it only works properly with GPT4o for the moment. I assume a finetune of the local LLMs, seems to be the way to...
**FIX i implemented locally - potentially useful input for the maintainers/devs of OpenWebui:** 1. Create an iframe html in static folder, and connect it with the src/routes/auth/+page.svelte, as well as...
I changed the code to work with Core.ac.uk, Semantic Scholar seems so awfully mismanaged.
> @MarlNox How to switch Core.ac.uk ,can you upload the code? I can upload it, but for the moment my solution is very messy, kind of done on the fly...