From f520e5c25c47fb5bf7e9c6289a11da51fc240531 Mon Sep 17 00:00:00 2001 From: pculliton Date: Wed, 13 Mar 2024 11:36:19 -0400 Subject: [PATCH] Remove WIP messages. --- util/convert_weights.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/util/convert_weights.py b/util/convert_weights.py index 187cd2f..bd6750a 100644 --- a/util/convert_weights.py +++ b/util/convert_weights.py @@ -22,12 +22,8 @@ import numpy as np import argparse import os -# WIP - DO NOT MERGE # Requires torch 2.2 and gemma package from https://github.com/google/gemma_pytorch -## parameters -## model, tokenizer, model type, - def check_file_exists(value): if not os.path.exists(str(value)): raise argparse.ArgumentTypeError("The file %s does not appear to exist." % value)