Update __init__.py

This commit is contained in:
Daniel Han 2025-03-06 01:10:50 -08:00
commit 7f7899dbee

View file

@ -12,12 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from .granite import FastGraniteModel
from .loader import FastLanguageModel, FastVisionModel
from .llama import FastLlamaModel
from .loader import FastLanguageModel, FastVisionModel
from .mistral import FastMistralModel
from .qwen2 import FastQwen2Model
from .granite import FastGraniteModel
from .dpo import PatchDPOTrainer, PatchKTOTrainer
from ._utils import is_bfloat16_supported, __version__
from .rl import PatchFastRL, vLLMSamplingParams