crystal-technologies's picture
Upload 2711 files
6e73cd3
raw
history blame contribute delete
377 Bytes
# Copyright 2022 MosaicML LLM Foundry authors
# SPDX-License-Identifier: Apache-2.0
from llmfoundry.optim.adaptive_lion import DecoupledAdaLRLion, DecoupledClipLion
from llmfoundry.optim.lion import DecoupledLionW
from llmfoundry.optim.lion8b import DecoupledLionW_8bit
__all__ = [
'DecoupledLionW', 'DecoupledLionW_8bit', 'DecoupledClipLion',
'DecoupledAdaLRLion'
]