This commit is contained in:
Xi Yan 2024-10-10 11:38:37 -07:00
parent 31c046dcdf
commit c8de439d9f

View file

@ -4,7 +4,6 @@
# This source code is licensed under the terms described in the LICENSE file in # This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree. # the root directory of this source tree.
# from enum import Enum
from typing import Any, Dict, Optional, Protocol from typing import Any, Dict, Optional, Protocol
from llama_models.llama3.api.datatypes import URL from llama_models.llama3.api.datatypes import URL