Further refactor

This commit is contained in:
oobabooga 2023-02-23 13:28:30 -03:00
parent ce7feb3641
commit 1dacd34165
8 changed files with 185 additions and 173 deletions

View file

@ -6,7 +6,6 @@ Converts a transformers model to a format compatible with flexgen.
import argparse
import os
from pathlib import Path
from sys import argv
import numpy as np
import torch