Skip to content
Snippets Groups Projects
Commit a4495a8f authored by Max Kimmich's avatar Max Kimmich
Browse files

Remove PyTorch dependency

parent 79a99169
No related branches found
No related tags found
No related merge requests found
......@@ -5,15 +5,13 @@ from functools import lru_cache
from statistics import mean
from typing import Union
from cli import argument_parser
from datasets import Dataset, load_dataset
from evaluate import load as load_metric
from llama_cpp import LlamaGrammar, deque
from torch.utils import data
from tqdm import tqdm
from cli import argument_parser
from models import Llama2, LLMModel, OpenAI
from opt_types import ModelUsage
from tqdm import tqdm
from utils import log_calls, logger
SYSTEM_MESSAGE = """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment