v0.1.1

hiyouga/LlamaFactoryv0.1.1Jul 18, 2023by hiyouga

AI Summary

Initial Web UI features including configuration options and a demo, alongside bug fixes for the reward mechanism.

Key Highlights

  • Web UI configuration options (source_prefix, max_length, dev set)
  • Web demo launch capability
  • Pydantic type safety fixes

New Features

  • Web UI source_prefix support
  • Web UI max_length support
  • Web UI dev set support
  • Reward token bug fix
  • Pydantic Literal/Enum fix
  • Web demo

Full Release Notes

- Web UI: source_prefix, max_length, dev set
- Bug fix: reward token #179 
- Update template #171 #177 
- Bug fix: replace the Literal type with Enum for pydantic [1] #176 
- Add Web demo #180 

[1] https://github.com/pydantic/pydantic/issues/5821, https://github.com/tiangolo/sqlmodel/issues/67