Azam Rahman
Azam Rahman
https://pub.dev/packages/binance says the project is discontinued, but judging from the activity here it doesn't look like it. Just checking-in, thanks!
My use case is parsing an svg "template" file, replacing certain nodes (e.g. changing attributes on a text node, changing the content of the text node, or adding sibling nodes...
Running cargo build --release then trying to run ./target/release/rust-background-removal gives the following error: ./target/release/rust-background-removal: error while loading shared libraries: libonnxruntime.so.1.16.0: cannot open shared object file: No such file or directory...
I'm really excited with finetuning LLMs on rust but I'm a complete beginner to machine learning so even though I've spent some time going through the repo it would be...
My issue is about [Web] On mobile web, specifically chrome on IOS, clicking on a toolbar button will hide the keyboard if it is open, and open the keyboard if...
### Describe the bug My command: python server.py --model-dir ../models --wbits 4 --groupsize 128 --auto-devices My model: https://huggingface.co/anon8231489123/vicuna-13b-GPTQ-4bit-128g On a gpu instance running linux ``` Loading vicuna-13b-GPTQ-4bit-128g... Traceback (most recent...
I'm trying to pass a function tool to a chat completion, but I want to add the "strict": true additional param, but it looks like additional params isn't supported on...
The docs show python, I'm building my product backend in rust so it would be great to integrate pica that way, especially since it's built in rust.
I'm looking for a rust library that will let me finetune llama, and I would really appreciate any sort of guidance like a written guide or example using this crate....
Just checking because to make use of certain tool calls like search GPT5 requires requests to be made with the Responses API