chore: fix precommit (#51)

pull/82/head
Laurel Orr 1 year ago committed by GitHub
parent 94b57a6e6f
commit 504e0e6cf1

@ -17,7 +17,7 @@ repos:
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8

@ -3,7 +3,6 @@ import json
from pathlib import Path
from typing import Any, Dict, List, Optional, Tuple, Union, cast
import deepspeed
import numpy as np
import PIL
import torch
@ -25,6 +24,7 @@ from transformers import (
PreTrainedTokenizer,
)
import deepspeed
from manifest.api.models.model import Model
MODEL_REGISTRY = {

Loading…
Cancel
Save