Tyler Titsworth

Results 12 issues of Tyler Titsworth

I have a model like so: (also providing system details) ```Dockerfile $ cat /etc/os-release | head -n 4 PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" $ ollama -v...

bug

Similar to [Hadolint](https://github.com/hadolint/hadolint). Ideally, Ollama could provide a pre-commit hook that lints a Modefile and accepts args and a lint config file.

feature request

### 🚀 The feature A Polling mode similar to [Triton Inference Server](https://docs.nvidia.com/deeplearning/triton-inference-server/archives/triton_inference_server_1150/user-guide/docs/model_management.html#model-control-mode-poll) that checks for when the model-store has changed, and loads/unloads `.mar` files as they are added/removed from the...

enhancement
triaged

**Is your feature request related to a problem? Please describe.** I'm trying to utilize LangGraph with Chainlit, and when I run my workflow I would like to see the [Steps](https://docs.chainlit.io/api-reference/step-class)...

enhancement

### 🐛 Describe the bug The public TorchServe KFS Image that was recently updated for 0.10.0 has `ubuntu:20.04` as its base. ```text $ docker image inspect pytorch/torchserve-kfs:0.10.0 | grep "org.opencontainers.image.version"...

I'm trying to edit the Beholder stat block from Monster Vault, and no matter what I do, when I make a couple of edits anywhere after changing its level, the...

The XPU Dockerfile consistently wasn't building, I've worked out some of the issues and assigned the correct IPEX XPU versions to be installed in the image. I also added support...

Intel GPU

# What does this PR do? Fix for an error I received while trying to utilize the intel GPU TGI image. # Fixes ```txt 2024-08-21T22:35:19.551153Z INFO download: text_generation_launcher: Starting check...

**Is your feature request related to a problem? Please describe.** Use the same api for Embeddings and RAG **Describe the solution you'd like** https://ollama.com/blog/embedding-models

enhancement