Skip to content

Commit bd4bc2c

Browse files
authored
[STEP 1] merge all api(MLLM, Adam) into AutoRound (#791)
* merge all api(MLLM, Adam) into AutoRound Signed-off-by: n1ck-guo <heng.guo@intel.com>
1 parent 95973a4 commit bd4bc2c

29 files changed

+5190
-4951
lines changed

auto_round/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
from auto_round.autoround import AutoRound, AutoRoundAdam
15-
from auto_round.mllm import AutoRoundMLLM
14+
from auto_round.autoround import AutoRound
15+
16+
# support for old api
17+
from auto_round.autoround import AutoRoundLLM, AutoRoundMLLM, AutoRoundAdam
1618
from auto_round.utils import LazyImport
1719

1820

0 commit comments

Comments
 (0)