-
**Is your feature request related to a problem? Please describe.**
Embedding models typically have smaller context windows than LLMs, which can limit the quality of embeddings generated for large con…
nkkko updated
2 weeks ago
-
Hi there,
I found your llmgraph looks interesting, I would like to use it, just wondering if it would work with other LLM models beside current defauts one.
I am trying to test it using CLAUDE…
-
## Goal
Make the robot react to a simple test command from the LLM.
## Web
- Create a WS server to communicate with a LLM and the robot.
- Create an UI to communicate with the LLM
## Embedd…
-
I attempted to run benchmarks for the llama-3-8b-instruct and llama-3.1-8b-instruct models using both CPU and GPU, but the process failed. (I successfully tested the llama2-7b-chatbot model)
I f…
-
**Is your feature request related to a problem? Please describe.**
When generating the `devcontainer.json`, the current approach might not effectively utilize the context window of the selected LLM p…
nkkko updated
2 weeks ago
-
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
Error 'openai.APIConnectionError: Connection error.' occurs w…
-
xtuner train cfg-gamma7b/gemma_7b_it_qlora_alpaca_e3_copy.py --deepspeed deepspeed_zero2
10/28 18:19:05 - mmengine - WARNING - WARNING: command error: ''Adafactor is already registered in optimizer a…
-
命令:(xtuner-env) root@autodl-container-d293479255-f53de588:~/autodl-tmp/data# xtuner train sh/internlm2_5_chat_7b_qlora_oasst1_e3_copy.py --deepspeed deepspeed_zero2
报错信息:10/18 16:45:32 - mmengine - W…
-
Issue to track research/validation/testing around 'LLM as a Judge'
Grouse
- https://github.com/illuin-tech/grouse?tab=readme-ov-file
- https://arxiv.org/abs/2409.06595
- Unsorted
- https://came…
-
**Memgraph version**
v2.19.0,
**Environment**
Memgraph Cloud
**Describe the bug**
Running:
```
CALL llm_util.schema("raw")
YIELD *
RETURN *
```
Does not work if you have an enum in your…