Rami Kassouf
Rami Kassouf
I'm running ollama using cmd and with no GUI, creating a model using a gguf or bin is resulting in the same error above I've tried removing model and recreating...
> @RamiKassouf @skwolvie @skwolvie actually, you need to uninstall and install Ollama from your system. is that after i create the model? or when is it in the process?
It's broken again
Please update this
> > edited my issue to provide with hopefully a reproducable kubectl cli command > > You are importing some private code `from utils.kubernetes_utils import K8`, I don't know what...
```python import requests import kr8s payload = {"username": "admin", "password": "---"} headers = {"Content-Type": "application/json"} with kr8s.objects.Service.get("argocd-server", namespace="argo", api=kr8s.api()).portforward(remote_port=80, local_port="auto") as local_port: url = f"http://127.0.0.1:{local_port}/api/v1/session" response = requests.post(url, json=payload, headers=headers,...
Yeah and the thing is it would normally work manually without kr8s.
> Hi @RamiKassouf, sorry you're seeing this. I've heard in the past about Gemma getting focused on initial prompts and I'm wondering if that could be the case here. Removing...