-
In response to https://leanprover-community.github.io/archive/stream/208328-IMO-grand-challenge/topic/Current.20status.3F.html#320982506
@**Mario Carneiro** I think models like the [Toolformer](htt…
-
I receive a bug with some models but not all.
I get that error below with the [Model: junelee/wizard-vicuna-13b], when i ask about a text.
I can ask questions to the model, but when i try to interro…
-
Hi, i've tried to set up this repo using the following docker commands:
docker run -it --pull always -p 80:3000 --env-file=.env ghcr.io/josh-xt/agent-llm-frontend:main
docker run -it --pull always -…
-
I've been at this a while so I've decided to just ask.
```
import gradio as gr
from transformers import pipeline
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTok…
-
I run this command to start the sever
```bash
python awesome_chat.py --config lite.yaml --mode server
```
And run `npm run dev` to start the web server, it opens this url `http://localhost:9999/…
-
Over on @Laaza's text-gen-ui PR there has been discussion of inference performance.
In particular, people are concerned that recent versions of GPTQ-for-LLaMa have performed worse than the older ve…