formatting

This commit is contained in:
Dalton Flanagan 2024-08-14 17:03:43 -04:00
parent 069d877210
commit b311dcd143
22 changed files with 82 additions and 128 deletions

View file

@ -7,10 +7,10 @@
import argparse
import textwrap
from termcolor import colored
from llama_toolchain.cli.subcommand import Subcommand
from termcolor import colored
class ModelTemplate(Subcommand):
"""Llama model cli for describe a model template (message formats)"""