"src/diffusers/quantizers/__init__.py" did not exist on "8cb5e69415ea60cd2b5012b1e5080fc8bc9da765"
Commit 78203d36 authored by Ehsan Azarnasab's avatar Ehsan Azarnasab
Browse files

fix copy-pasted template

parent 25f0ab83
# #
# MANIFEST.in # MANIFEST.in
# #
# Manifest template for creating the PySide source distribution. # Manifest template for creating the dlib source distribution.
include MANIFEST.in include MANIFEST.in
include setup.py include setup.py
......
...@@ -304,7 +304,7 @@ class build(_build): ...@@ -304,7 +304,7 @@ class build(_build):
""" """
if cmake_path is None: if cmake_path is None:
raise DistutilsSetupError("Cannot find cmake in the path. Please specify its path with --cmake parameter.") raise DistutilsSetupError("Cannot find cmake in the path. Please specify its path with --cmake parameter.")
platform_arch = platform.architecture()[0] platform_arch = platform.architecture()[0]
log.info("Detected Python architecture: %s" % platform_arch) log.info("Detected Python architecture: %s" % platform_arch)
......
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