david l euler
david l euler
I created a customHandle, and a homeHandle, and add snapkit constraints to the homeHandle, so that the home handle will be shown around the colorPicker, not inside the color picker....
The origin project could not run on tensorflow, upgrade it to 2.x for spell checking.
--- name: Pull Request title: '[PR]' assignees: 'BAAI-OpenPlatform,ftgreat' --- ### Description Help to run on Mac M1 Ultra. ### Checklist - [ *] documentation updated
4090 因为显存不足,不能直接运行。 需要把 checkpoint 文件转换为 ft 版本。 前提条件: 已经下载好了 checkpoint 文件列表,并且合并后解压为 codegeex_13b.pt。 # 1.运行容器,进入到支持 GPU的 pytorch 环境, ``` git clone https://github.com/CodeGeeX/codegeex-fastertransformer cd codegeex-fastertransformer docker pull nvcr.io/nvidia/pytorch:21.11-py3 docker run -p 9114:5000...
I deployed chat-ui as a frontend for dolphin-2.6-mixtral-8x7b, CodeFuse-DeepSeek-33B GPTQ models etc. In my case text generation webui serves the model inference. I found that theses models works well in...
Could you help to give an example code to run GPTFast on Mixtral-8x7B-Instruct-v0.1? I load the model with GPTFast with empty draft_model_name. Error shows when loading the model as following....
I try to start the service with GGUF models in RTX 4090 to test the GGUF performance. It shows error, I am not sure if the GGUF support has been...
ARG BASE_IMAGE=nvcr.io/nvidia/cuda => [whisperfusion internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [whisperfusion internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 805B 0.0s =>...
**Is your feature request related to a problem? Please describe.** Lots of LLMs support only 32k tokens. And many webpage content has tokens more than 32k. When I send the...
### What happened? I created the echo mcp server as documented by FastMCP like this : ``` from fastmcp import FastMCP mcp = FastMCP("Echo") @mcp.resource("echo://{message}") def echo_resource(message: str) -> str:...