mirror of https://github.com/inclusionAI/AReaL
13 lines
414 B
Python
13 lines
414 B
Python
# Copyright 2025 Ant Group Inc.
|
|
# Copyright 2024 Wei Fu & Zhiyu Mei
|
|
# Licensed under the Apache License, Version 2.0 (the "License").
|
|
|
|
|
|
def import_profiler_registers():
|
|
import realhf.search_engine.enumerate
|
|
import realhf.search_engine.estimate
|
|
import realhf.search_engine.layers
|
|
import realhf.search_engine.param_realloc
|
|
import realhf.search_engine.search
|
|
import realhf.search_engine.utils
|