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

全量微调后,如何起预测服务?目前只看到lora微调后起预测服务的示例 #6319

Closed
1 task done
JoyceChen36 opened this issue Dec 12, 2024 · 1 comment
Labels
solved This problem has been already solved

Comments

@JoyceChen36
Copy link

Reminder

  • I have read the README and searched the existing issues.

System Info

  • llamafactory version: 0.9.2.dev0
  • Platform: Linux-5.10.0-1.0.0.41-x86_64-with-glibc2.17
  • Python version: 3.11.11
  • PyTorch version: 2.5.0+cu121 (GPU)
  • Transformers version: 4.46.1
  • Datasets version: 3.1.0
  • Accelerate version: 1.0.1
  • PEFT version: 0.12.0
  • TRL version: 0.9.6
  • GPU type: NVIDIA A100-PCIE-40GB
  • DeepSpeed version: 0.15.4
  • vLLM version: 0.6.3.post1

Reproduction

model_name_or_path: model_sft/
template: qwen
finetuning_type: full

目前sft完的数据格式为:
.
├── added_tokens.json
├── all_results.json
├── checkpoint-1267
├── config.json
├── generation_config.json
├── global_step1267
├── latest
├── merges.txt
├── README.md
├── special_tokens_map.json
├── tokenizer_config.json
├── tokenizer.json
├── trainer_log.jsonl
├── trainer_state.json
├── training_args.bin
├── training_loss.png
├── train_results.json
├── vocab.json
└── zero_to_fp32.py

Expected behavior

No response

Others

No response

@github-actions github-actions bot added the pending This problem is yet to be addressed label Dec 12, 2024
@hiyouga
Copy link
Owner

hiyouga commented Dec 14, 2024

@hiyouga hiyouga closed this as completed Dec 14, 2024
@hiyouga hiyouga added solved This problem has been already solved and removed pending This problem is yet to be addressed labels Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved This problem has been already solved
Projects
None yet
Development

No branches or pull requests

2 participants