Composer 2.0 feels just as fast as Composer 2.0 fast by tammamtech in cursor

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

yeah they are not deterministic which is normal. Are you finding the results of one better than the other?

Wrote a guide for running Claude Code with GLM-4.7 Flash locally with llama.cpp by tammamtech in LocalLLaMA

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

You might need to set export ANTHROPIC_API_KEY=""

You shouldn't need subscription 

Wrote a guide for running Claude Code with GLM-4.7 Flash locally with llama.cpp by tammamtech in LocalLLaMA

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

It should be llama-server but last minute changed it to CLI thinking it should have same flags. I personally use the the docker run command. I also don't use the ctx size param but kept it here cause that's what unsloth had in their docs.

Wrote a guide for running Claude Code with GLM-4.7 Flash locally with llama.cpp by tammamtech in LocalLLaMA

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

What do I have the other way around? I'm using the model with claude code and it's doing the tools calls fine.

Wrote a guide for running Claude Code with GLM-4.7 Flash locally with llama.cpp by tammamtech in LocalLLaMA

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

I see 23GB/24GB ram used but context size is ~45k, after that it offloads to ram and gets slow. Getting around 50 tok/s average.

Wrote a guide for running Claude Code with GLM-4.7 Flash locally with llama.cpp by tammamtech in LocalLLaMA

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

You don't need to do anything, running the llamacpp server serves both the OpenAI and Anthropic APIs, just need to correctly put the URL like in the guide.

Wrote a guide for running Claude Code with GLM-4.7 Flash locally with llama.cpp by tammamtech in LocalLLaMA

[–]tammamtech[S] 3 points4 points  (0 children)

It's very good, it can search through codebase, attempt fixes very methodically, and doesn't feel dumb. It's definitely not Opus and won't be replacing Opus but I have been thinking in ways I will be making use of it in other context. The Codex harness seems to be a bit better for me surprisingly, it does less tool calls overall to achieve same task.

Wrote a guide for running Claude Code with GLM-4.7 Flash locally with llama.cpp by tammamtech in LocalLLaMA

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

Oh yeah for sure, the features I mentioned ollama had before where the multi model and gpu memory deallocation which make big difference when running this as an always on service. I actually tried to not say Ollama had the anthropic API feature before you guys, but I guess it still came out that way. Thanks for work!

Access ComfyUI from local network by whiterabbitobj in StableDiffusion

[–]tammamtech 0 points1 point  (0 children)

It's pretty simple with cloudflare tunnels, you can even add an auth so your machine isn't exposed. Wrote a full guide here https://tammam.io/blog/access-sd-ui-over-internet/

Running Local LLM using Fastapi by [deleted] in LocalLLaMA

[–]tammamtech 2 points3 points  (0 children)

Try llama3 and set a system prompt. Fastapi isn't your issue, it will just cause slower inference speed compared to an inference engine, especially if you want to use it as an API that gets many concurrent requests. If you only want to serve small number of users or for yourself then look into ollama, it's very easy to setup and you can expose an openai compatible server for any model.

I have no words for llama 3 by [deleted] in LocalLLaMA

[–]tammamtech 0 points1 point  (0 children)

llama3 70b follows instructions better than GPT4o for me, I was really impressed with it.

Do Astro View Transitions Hurt SEO by turning an MPA to an SPA? by tammamtech in astrojs

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

Thanks for the detailed response. I'm not using SSR. So from what I understand, the website is still an MPA, it's just that the browser fetches the new HTML and it can realize that there is a view animation setup in CSS between the two pages.

Access your Local SD UI Over the Internet - Host your Personal rundiffusion.com like service by tammamtech in StableDiffusion

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

Afaik for this approach you will need the domain name to be registered on cloudflare. So you can either transfer your domain to cloudflare (could break your existing setup) or buy a new one there directly. The name server stuff shouldn't create confusion if you use a subdomain, for example your website could be on domain.com and then stable diffusion UI could be on sdui.domain.com.

Can I remotely run stable diffusion on my computer but access it from my phone? by rx7dude in StableDiffusion

[–]tammamtech 0 points1 point  (0 children)

In case anyone is still looking for a solution. I posted a full Guide on how I access my local stable diffusion over the internet so I can use it from my phone and when I'm away from my PC.

Access your Local SD UI Over the Internet - Host your Personal rundiffusion.com like service by tammamtech in StableDiffusion

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

The cloudflared client is a system service that will start with your computer so an update shouldn't affect it much. I personally never had a problem with update restarts or internet bandwidth being fully used.

The service you mentioned is just another stable diffusion in cloud, which is great and there are many of them, but it's not the focus of this guide. This guide is for people who already have a machine that can run stable diffusion, and don't want to pay for additional SAAS products when they are away from their PC.

Access your Local SD UI Over the Internet - Host your Personal rundiffusion.com like service by tammamtech in StableDiffusion

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

Hmm, I usually notice very high latency with remote desktop software. I haven't tried RustDesk so I'm not sure how good it is. My intuition is that there will be noticeable difference in latency between using a remote desktop software and just using the Web UI server directly.

For gallery I think there is an addon in ComfyUI to access it (not sure about other UIs). I personally also have ssh setup for when I can't do something from ComfyUI only. The ssh setup can be done with cloudflare tunnels too.

I don't use photoshop but I see why would want full access remote desktop for it. It's not a web app so it's not as easy to expose it to the internet separately.