Commit 9af165c3 authored by Pierce Freeman's avatar Pierce Freeman
Browse files

Clean setup.py imports

parent eb812c20
......@@ -9,9 +9,7 @@ from packaging.version import parse, Version
import platform
from setuptools import setup, find_packages
from setuptools.command.build import build
import subprocess
from setuptools.command.bdist_egg import bdist_egg
import urllib.request
import urllib.error
......@@ -214,7 +212,7 @@ class CachedWheelsCommand(_bdist_wheel):
"""
def run(self):
if FORCE_BUILD:
return build.run(self)
return super().run()
raise_if_cuda_home_none("flash_attn")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment