Llama 3.3

This commit is contained in:
Daniel Han 2024-12-06 12:25:08 -08:00
commit 2b5b77102e
2 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2024.12.2"
__version__ = "2024.12.3"
__all__ = [
"prepare_model_for_kbit_training",

View file

@ -516,6 +516,10 @@ __INT_TO_FLOAT_MAPPER = \
"unsloth/QwQ-32B-Preview",
"Qwen/QwQ-32B-Preview",
),
"unsloth/Llama-3.3-70B-Instruct-bnb-4bit" : (
"unsloth/Llama-3.3-70B-Instruct",
"meta-llama/Llama-3.3-70B-Instruct",
),
}
INT_TO_FLOAT_MAPPER = {}