-
- [x] Mathematics functions
- [x] Velocity triangle functions
- [x] Cascade functions
- [x] Loss model functions
- [x] Isentropic (start with this one)
- [x] Benner loss model
- [x] Deviation mode…
-
**Description:**
Attempting to run `demo.py` with the following command results in an error:
```shell
CUDA_VISIBLE_DEVICES=0 python3 demo.py --ckpt-path weights/ppllava_weight/ppllava_vicuna7b_im…
-
## Question
This is MRE:
```
import inseq
from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
from inseq.data.aggregator import SubwordAggregator
import torch
import n…
-
-
As far as I understand, part of the resolution to gh-53 is that `pmx_integrate_ode_adams`, `pmx_integrate_ode_bdf`, and `pmx_integrate_ode_rk45` are no longer intended to be exposed to the user.
Th…
-
`docs/torsten_users_guide.org` and the examples do not account for the `linear_interpolation` to `pmx_linear_interpolation` rename.
As of [b03a36f6](https://github.com/metrumresearchgroup/stanc3/co…
-
-
### Checks
- [X] This template is only for usage issues encountered.
- [X] I have thoroughly reviewed the project documentation but couldn't find information to solve my problem.
- [X] I have searche…
-
I'm using a Mistral model and want to only train on responses. `train_on_responses_only` is supposed to only mask the user prompt, however, the following code masks **both** the user and assistant mes…
-
```
from ipex_llm import optimize_model
from transformers import LlavaForConditionalGeneration
model = LlavaForConditionalGeneration.from_pretrained('llava-hf/llava-1.5-7b-hf', device_map="cpu")
m…