Henry

Results 8 issues of Henry

This action will automatically do the npm audit, and create pull request accordingly. You could look at https://github.com/henryclw/jsonhero-web/pull/10 as an example. If you want to merge this commit and found...

##### Steps to reproduce 1. Clone repo 2. run `docker build . ` ##### What do you expect to happen? Build succeed. ##### What happens instead? Build failed with the...

I want to have a new feature that use docker image to build and deploy this project, any ideas? I could create a pull request if this feature is wanted.

According to Nvidia's documents, there is a docker image tagged as `nvcr.io/nvidia/tensorrt:23.01-py3`, could we use this as base image instead of using `nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04` as base image? https://github.com/cumulo-autumn/StreamDiffusion/blob/62596fd39b86a3088e28b2f2c58caa36bc069c50/Dockerfile#L1 https://docs.nvidia.com/deeplearning/tensorrt/container-release-notes/running.html

Currently ollama is supporting LLaVA, which is super great. I wonder is there a chance to load other similar models like CogVLM? https://github.com/THUDM/CogVLM

目前`cn`是簡體中文,希望增加一個繁體中文的翻譯。但是不知道繁體中文對應應該用什麼標識(簡體中文是`cn`)。我本人可以自己開一個pull request如果確定好這個需求了。

## What this Pull Request (PR) does This PR is to pass the temperature and top p parameters to ollama backend correctly ## Reference for ollama api - https://github.com/ollama/ollama-python/blob/main/ollama/_types.py#L96 -...

### What happened? I was using remote ollama as backend. And when I changed the temperature to zero, I could still get different output every time. ### Version check -...

bug