transformerlab / transformerlab-app

Experiment with Large Language Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export models names should include quantization if there is any

dadmobile opened this issue · comments

Currently exported models just add the export format to the original model ID (eg.
Mistral-7B-Instruct-v0.2 - MLX). It'd be better if they included any quantization in the name as most models on HuggingFace do.