psp_dada

Results 15 issues of psp_dada

第二版电子书-第二版序-勘误中 [issue列表](https://github.com/flutterchina/flutter-in-action-2nd/issues) 的链接错了

将 clash-verge 的链接换成当前仍在维护的仓库

### Your current environment The output of `python collect_env.py` ```text Collecting environment information... PyTorch version: 2.4.0+cu121 Is debug build: False CUDA used to build PyTorch: 12.1 ROCM used to build...

bug

### Your current environment The output of `python collect_env.py` ```text Collecting environment information... PyTorch version: 2.4.0 Is debug build: False CUDA used to build PyTorch: 12.1 ROCM used to build...

bug

How to use MiniGPT4 for batch inference without using Chat model? I can't find a method to do so. This is necessary for us to test on new datasets.

The AMBER dataset is a yes-or-no dataset, but the questions in this dataset do not explicitly state: "Please answer yes or no." As a result, during evaluation, the model generates...

WIP

By comparing web pages [a](https://composingprograms.netlify.app/3/2) and [b](https://www.composingprograms.com/pages/32-functional-programming.html), it can be seen that Section 3.2 does not have the runtime results. It is hoped that they can be added. ![Image](https://github.com/user-attachments/assets/f3a9d895-15fd-4ad2-9f09-63a891e874e6) ![Image](https://github.com/user-attachments/assets/de8670ba-1c9a-4da0-9d64-3e123153b75e)

I followed the instructions in the `CUSTOM_FINETUNE.md` file to run the Pokémon dataset for LoRA fine-tuning and encountered an issue when using `bash scripts/train/custom_finetune.sh`. The error message is as follows:...

Does this repo support dpo training?

I follow the instruction to set up env: ``` bash git clone https://github.com/TinyLLaVA/TinyLLaVA_Factory.git cd TinyLLaVA_Factory conda create -n tinyllava_factory python=3.10 -y conda activate tinyllava_factory pip install --upgrade pip # enable...