-
## TODO Templates
- [x] Athene V2 (36e9ae2877beefca51101176202761f34bce0b8e)
- [x] ChatML (ccd461ac30c116110a7adda507ce56596fefb1ca)
- [x] LLaMa2 (9be35a3c689dde0dfce0f497d83c7e5c3b606dc3)
- [x] L…
-
I am Trying to Load Phi2 GGUF Model via `llama-cpp-python` dependency
The Model I am trying to load is this:
https://huggingface.co/TheBloke/phi-2-GGUF
I am Getting this Error while I am trying …
-
# Bug Report
We have a phi2 model converted by using
```bash
python -m optimum.exporters.onnx -m microsoft/phi-2 --library-name transformers . --no-post-process
```
When I load the onnx mode…
-
Hi!
When computing the distances to the 0 contour using this package, the returned array does not have exactly the same 0 contour. I am using it to keep track of an evolving interface, and so for m…
-
However, I think I may have found a bug in euler2mat. The code I’ve used is
attached below.
My impression is that the intrinsic and extrinsic rotation matrices are
inverses of each other. And si…
-
I certainly don't know which ones we want, but it would be nice to get some sort of fusion. Here's one possibility to consider:
The `hoist`, `maps`, and `>>=` operations can be combined into a sing…
-
### Jan version
0.5.4
### Describe the Bug
I can successfully load the model for chats, but as soon as I send an image, it crashes.
Context:
- I created a model.json to download the text an…
-
### Question
I am using openai's visual encoder clip-vit-large-patch14-336, but a problem occurred: ValueError: Unknown image tower: /hy-tmp/LLaVA/clip-vit-large-patch14-336. please tell me how to so…
-
After looking into the cpu interrupts I noticed cNES isn't emulating interrupts correctly.
All interrupts are polled on phi2 (of every cpu clock, not just the last cycle). When an interrupt is dete…
-
### Describe the issue
I am using autogen on VSCode (not autogen studio), and an open-sourced LLM (Mistral-7B) on LLM Studio. I keep encountering the error:
`openai.BadRequestError: Error code: 40…