pytorch-labs / gpt-fast

Simple and efficient pytorch-native transformer text generation in <1000 LOC of python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duplicate import

IvanVnucec opened this issue · comments

import importlib

Already included on line 6.

There are a few more of this and some imports that don't seem to be used. I will create a pull request to sort the imports.

Resolved by #16