Kavin

Results 337 comments of Kavin
trafficstars

Is it built by default? If not, I think a xcaddy build to use this

![image](https://github.com/user-attachments/assets/d10f6897-1a7e-4561-a071-8455f532c6d2) Profiler Screenshot I can confirm this was the issue!

It looks like we might have more memory leaks, I made the following changes to recognition.py, but still get OOM killed: ``` # Initialize processed batches processed_batches = { "pixel_values":...

> [@FireMasterK](https://github.com/FireMasterK) Thanks for opening the issue report! We actually realized that reasoning model sometimes don't follow the structural requirement, like newline or so. To use a reasoning model, please...

@sigaloid I just tried and was able to MITM perfectly with moved system certificates using root and HTTP Toolkit on my computer. What I noticed is the app uses the...

> Awesome, I hadn't tried a rooted Android VM. What VM are you running? I'm struggling with getting Waydroid rooted - seem to get stuck on SELinux errors every time....

Ran into an error when running it like so: ```sh python3 -m sglang.launch_server --model RedHatAI/Mistral-Small-3.1-24B-Instruct-2503-FP8-dynamic --chat-template=mistral --speculative-algorithm EAGLE --speculative-draft-model-path kavin1337/Mistral-Small-3.1-DRAFT-0.5B-FP8-Dynamic --speculative-num-steps 3 --speculative-eagle-topk 4 --speculative-num-draft-tokens 16 --host 0.0.0.0 --port 30000...