Skip to content

Introduce a simple config system

Hongtao Yang requested to merge simple-config-system into main

Simplify code by introducing a config system.

This MR does several things:

  1. Pull all configs into a single config object called ModelConfig.
  2. Deepspeed config is part of the ModelConfig object.
  3. Delete unused code and simplification.

Ref: ai-assist#22 (closed)

Edited by Alexander Chueshev

Merge request reports

Loading