mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 10:47:43 +00:00
d88ddc0c1c
* 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): ...
|