mirror of https://github.com/google/gemma.cpp.git
Remove WIP messages.
This commit is contained in:
parent
b6831a2256
commit
f520e5c25c
|
|
@ -22,12 +22,8 @@ import numpy as np
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
|
|
||||||
# WIP - DO NOT MERGE
|
|
||||||
# Requires torch 2.2 and gemma package from https://github.com/google/gemma_pytorch
|
# Requires torch 2.2 and gemma package from https://github.com/google/gemma_pytorch
|
||||||
|
|
||||||
## parameters
|
|
||||||
## model, tokenizer, model type,
|
|
||||||
|
|
||||||
def check_file_exists(value):
|
def check_file_exists(value):
|
||||||
if not os.path.exists(str(value)):
|
if not os.path.exists(str(value)):
|
||||||
raise argparse.ArgumentTypeError("The file %s does not appear to exist." % value)
|
raise argparse.ArgumentTypeError("The file %s does not appear to exist." % value)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue