mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-08 04:27:44 +00:00
4cb57b8f19
* update all code * fix a typo --------- Co-authored-by: xuyang1 <xuyang1@microsoft.com>
7 lines
156 B
Python
7 lines
156 B
Python
from rdagent.components.task_implementation.model_implementation.one_shot import (
|
|
ModelCodeWriter,
|
|
)
|
|
|
|
|
|
class QlibModelCodeWriter(ModelCodeWriter): ...
|