From 9726dd7fc0b23d727be205004798ee645c346c19 Mon Sep 17 00:00:00 2001 From: Meta-Llama-Bot Date: Tue, 1 Oct 2024 19:13:15 -0400 Subject: [PATCH] Update test_tokenizer.py --- models/llama3/api/test_tokenizer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/models/llama3/api/test_tokenizer.py b/models/llama3/api/test_tokenizer.py index 528401aa..caeede27 100644 --- a/models/llama3/api/test_tokenizer.py +++ b/models/llama3/api/test_tokenizer.py @@ -7,6 +7,7 @@ # Copyright (c) Meta Platforms, Inc. and affiliates. # This software may be used and distributed in accordance with the terms of the Llama 3 Community License Agreement. +# Test addition import os from unittest import TestCase