Denis Jannot
Denis Jannot
**Is your feature request related to a problem? Please describe.** A customer wants retries to be performed on a remote service on failure. Today, the only option to do that...
I'd like to fine tune the new Phi-3 model added yesterday, but it looks like the chat template file hasn't been updated to support it
I always have this error 5 minutes after helixdns is started. During these 5 first minutes, everything is working fine.
**Is your feature request related to a problem? Please describe.** Currently, it can only be set in the global options of a virtual service. A user can disable jwt at...
I get this error: ``` Traceback (most recent call last): File "/home/denis/Documents/ai/unsloth/llama3-chat-template.py", line 20, in model, tokenizer = FastLanguageModel.from_pretrained( File "/home/denis/miniconda3/envs/pytorch/lib/python3.10/site-packages/unsloth/models/loader.py", line 323, in from_pretrained model, tokenizer = dispatch_model.from_pretrained( File...
I've trained the `unsloth/Llama-3.2-3B-Instruct-bnb-4bit` model successfully, but when I try to use it with `astLanguageModel.from_pretrained`, I get this error: ``` Traceback (most recent call last): File "/home/denis/Documents/ai/kubegen/server.py.gpu.unsloth.chat_template", line 17, in...
### Describe the issue I'm trying to load a model I've converted from gguf to onnx using `optimum-cli` and I get this error (Can't create a session). ### To reproduce...
## Summary This PR is adding an option to connect to a remote browser using the `browserWSEndpoint` option of `puppeteer.connect`. You can open chrome with remote debugging mode using: ```...