FuryMartin

Results 46 comments of FuryMartin

> Other OSPP projects have been merged, so this shall be the last conflict Solved.

> The code as a whole looks good, so you can talk about it at the next community meeting and see if anyone else has any questions. OK, thanks.

Hi, I hope to take on this project. I would like to highlight my advantages and the contributions I can make to the community. I have a relatively deep understanding...

The code I use to inference: ```python from eagle.model.ea_model import EaModel from fastchat.model import get_conversation_template from transformers import AutoModelForCausalLM, AutoTokenizer import torch def eagle_infer(base_model_path, EAGLE_model_path, prompt): model = EaModel.from_pretrained( base_model_path=base_model_path,...

Here is my analysis of the issue. There are two direct reasons for this issue: 1. Ianvs needs to modify Sedna when introducing some new features; 2. When submitting a...

This issue is a little complex and may require collaboration between the Sedna and Ianvs projects. It exceeds my personal capabilities to resolve. I need support from the community maintainers....

Here is a possible solution for addressing #152 and #132. ## Fix PR Problem related to changes of Sedna #152 We assume that for new features, developers have thoroughly validated...

> @FuryMartin @IcyFeather233 @hsj576 Given the limited time of the OSPP project, my suggestion is to revise related codes in a copy of Sedna and build another specific wheel in...

> Would the #149 PR be sufficient to close this issue? Yes, #149 fixed the current CI errors. However, we may encounter similar issue in the future. Shall I close...

## Pre-test For those who wish to apply for the LFX mentorship for this project, please complete this pre-test. ### Description Due to compatibility issues with the existing [PCB-AoI](https://ianvs.readthedocs.io/en/latest/guides/quick-start.html), and...