Skip to content

Commit

Permalink
Update cgg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calcuis authored Mar 7, 2024
1 parent cad2b94 commit 32fea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def __init__():
import argparse
parser = argparse.ArgumentParser()
parser.add_argument('-v', '--version', action='version', version='%(prog)s ' + __version__)
parser.add_argument('tag', help='tag(s) available: c, cpp, g, gpp, go, r, s or menu')
parser.add_argument('tag', help='tag(s) available: c, cpp, g, gpp, go, r or menu')
args = parser.parse_args()
if args.tag=="c":
from gguf_connector import c
Expand Down

0 comments on commit 32fea2d

Please sign in to comment.