-
-
**Is your feature request related to a problem? Please describe.**
I've run into a case where I need to display different agent details as needed based on the agent.
Things such as:
- Name
- V…
-
**LocalAI version:**
quay.io/go-skynet/local-ai:v1.18.0-ffmpeg
localai/localai:v2.17.1-ffmpeg
**Environment, CPU architecture, OS, and Version:**
rtx4060/ryzen5700/32G
**Describe the …
-
- [ ] [The Bitter Lesson](http://www.incompleteideas.net/IncIdeas/BitterLesson.html)
# The Bitter Lesson
**DESCRIPTION:**
"The Bitter Lesson
Rich Sutton
March 13, 2019
The biggest lesson that …
-
**Issue Description:**
我使用zero shot功能,尝试合成音频的时候,程序陷入死循环
代码如下
```Python
logger = get_logger("Test #511", lv=logging.WARN)
chat = ChatTTS.Chat(logger)
chat.load(compile=False, source="huggingface"…
-
Hi, what are the requirement for NVLINK to function. I have 2 machine - one is regular pcie 3090 - 2 x cards in nvlink - works good and nvlink shows activity via :
nvidia-smi nvlink -gt r
and DGX-1…
-
### Current Behavior
from langchain.embeddings import HuggingFaceBgeEmbeddings
`model_name = "BAAI/bge-small-en"
model_kwargs = {'device': 'cpu'}
encode_kwargs = {'normalize_embeddings': False}
…
-
I updated Ollama from 0.1.16 to 0.1.18 and encountered the issue.
I am using python to use LLM models with Ollama and Langchain on Linux server(4 x A100 GPU).
There are 5,000 prompts to ask and get…
-
Hi,
I'm trying to use tensorrt-llm with Triton server, but it cannot find my model. any idea why? it looks like my file is invalid: ```/tensorrtllm_backend/triton_model_repo/tensorrt_llm_bls/config…
-
### What happened + What you expected to happen
When I make a call to the openai SDK with an invalid API Key, I expect to get back an Authentication error.
i.e. if I run this script
```python
…