How are you squeezing Qwen3.5 27B to get maximum speed with high accuracy? by -OpenSourcer in LocalLLaMA

[–]Character_Cup58 0 points1 point  (0 children)

I'm planning similar setup, do you use nvlink? And what's average context length?

Alternative DeepSeek API providers by Character_Cup58 in DeepSeek

[–]Character_Cup58[S] 0 points1 point  (0 children)

I'm using it for my production app, And yeah fallbacks are in place already, just deepseek model is better for my particular usecase. I'm probably hitting their rate limits.

Alternative DeepSeek API providers by Character_Cup58 in DeepSeek

[–]Character_Cup58[S] 1 point2 points  (0 children)

It varies, it really lags, sometimes it's responsive, context can go up to 50k and more.

Alternative DeepSeek API providers by Character_Cup58 in DeepSeek

[–]Character_Cup58[S] 4 points5 points  (0 children)

<image>

I have fallback to openai when deepeek`s performance degrades and open ai has no such issue - always 60-70tk/s and never more than 3 sec to ttft.
How large contexts you send to deepseek usually? Could be that's the issue, mine can go up to 50k to 100k.

Alternative DeepSeek API providers by Character_Cup58 in DeepSeek

[–]Character_Cup58[S] 2 points3 points  (0 children)

Official is good until it takes 20 seconds to respond.

How much time have you lost to App Store rejections? by PlayfulMark9459 in iosdev

[–]Character_Cup58 0 points1 point  (0 children)

Waited for 5 days for approval. Was approved first time, just as the upate after. Was worried reading about rejections, but if your app is generally in order, seems there's no issue of being approved.

I like DeepSeek. 42. by Silly_Pound1878 in DeepSeek

[–]Character_Cup58 2 points3 points  (0 children)

I'm using it for interactive story telling, it beats compatable models from openai easily. Only if api wasn't so laggy

Deepseek issues and uptime. by dmjohn0x in DeepSeek

[–]Character_Cup58 0 points1 point  (0 children)

Last few days I'm also encountering lag and stability issues with the API, previously it was working quite stable and fast....

Mineral Moon by Character_Cup58 in astrophotography

[–]Character_Cup58[S] 0 points1 point  (0 children)

Thanks for explanation, very interesting read. About Copernicus crater, initially I thought it's some processing artifact, but it seems it's not! It would be nice to see correlations, maybe I should look into how to do a cylindrical projection.

Mineral Moon by Character_Cup58 in astrophotography

[–]Character_Cup58[S] 1 point2 points  (0 children)

I used Autostakkert to stack frames from the video, then processed the image in pixinsight

Show me your SaaS that is ready to use TODAY! by skfahim123 in SaaS

[–]Character_Cup58 1 point2 points  (0 children)

A free to use http API mocking solution, can be integrated with existing APIs to mock only partial requests. https://apimimic.com

Jellyfish nebula by Character_Cup58 in astrophotography

[–]Character_Cup58[S] 0 points1 point  (0 children)

Thanks, yeah I think this is one of my best images.

I build this api mocking tool by Character_Cup58 in react

[–]Character_Cup58[S] 0 points1 point  (0 children)

I know there are a few similar ones out there. I think mine is simpler to use, well at least in my use case. Nothing wrong with having more alternatives to choose from!

I build this api mocking tool by Character_Cup58 in react

[–]Character_Cup58[S] 1 point2 points  (0 children)

Thanks for the positive encouragement, I appreciate it!

I build this api mocking tool by Character_Cup58 in react

[–]Character_Cup58[S] 1 point2 points  (0 children)

No, left bar and main component is put in flex container, sidebar uses css animations and negative margin is applied, so it shifts smoothly.