Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Integrated Training and Inference #519

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

pppppM
Copy link
Collaborator

@pppppM pppppM commented Mar 26, 2024

推理用例:xtuner/chat/conversation.py
数据集用例:xtuner/dataset/hybrid/dataset.py
llava 用例:xtuner/configs/internlm/internlm2_chat_1_8b/hybrid/internlm2_chat_1_8b_llava_sft.py

self._num_packed_samples = sum(self._ori_lens) // self.max_length

inds = [i for i in range(len(self.dataset))]
random.shuffle(inds)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

支持传 seed?


if real_img_tokens == exp_img_tokens:
img_embeds.append(img_emb)
elif not real_img_tokens == exp_img_tokens and img_start == 0:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

real_img_tokens != exp_img_token

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants