clean up convert tokenizer

This commit is contained in:
Michael Yang
2024-08-27 10:45:39 -07:00
parent 3eb08377f8
commit eae3af6807
2 changed files with 2 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ func TestMain(m *testing.M) {
os.Exit(m.Run())
}
func TestConvertFull(t *testing.T) {
func TestConvertModel(t *testing.T) {
cases := []string{
"Meta-Llama-3-8B-Instruct",
"Meta-Llama-3.1-8B-Instruct",