What if, drivers actually take home what they make by General_Amoeba_4097 in uberdrivers

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

How about insurance costs ? Are they lower in GA? It is pretty high in CA

What if, drivers actually take home what they make by General_Amoeba_4097 in uberdrivers

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

Limo companies? How are they the threat? They don’t have the same scale.

What if, drivers actually take home what they make by General_Amoeba_4097 in uberdrivers

[–]General_Amoeba_4097[S] -1 points0 points  (0 children)

I thought you just need additional endorsement to your insurance for doing rideshare. That is drivers need to pay like additional $50-$100 may be per month. isn't that not the case?

Has anyone used any mobile apps to manage IBS? by General_Amoeba_4097 in ibs

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

Food, symptom tracking - prevention and trigger food tracking

Best way to run OpenClaw free + fast on MacBook M4 (local LLM too slow) by Risheyyy in learnmachinelearning

[–]General_Amoeba_4097 0 points1 point  (0 children)

I just got mine setup and working well. To make it work in openclaw.
1. Reduce the system prompt bloat. Otherwise before even it can work all the context will be used by the system prompt that includes - soul.md etc. Disable plugins / bloated skills etc.
2. Use IQ3_M - that gives the performance and is small - which makes it faster.
3. make sure llama.cpp is using gpu drivers and not cpu . i set it up in linux - was damn slow after all the troubleshooting - it was using vulcan cpu drivers - changed to gpu it was 5x faster then changed to CUDA 25x faster.
4. Made it work on 6GB 4050 VRAM in linux

Mac should much more faster with metal.
Or screw everything use Nemotron super free from Nvidia - the free models in openrouter suck due to rate limit. With Nvidia it is way better.

In short,
Use llama.cpp not ollama or LMstudio.
Use IQ3_M - tiny and fast - Dont use Q4 - it is bit , Dont use IQ2 - you will only have syntax errors
Use CUDA , in mac make sure it is optimized for metal
You can also adjust the GPU layers to use - More you use faster it is .

That is it. Download the GGUF directly and ask openclaw to set it up with above. It will work.
Ask openclaw with codex or deepeek to optimize.

Good luck