"src/diffusers/loaders/lora_pipeline.py" did not exist on "895c4b704b8611cb0e40d1bf1fd02879ab474c87"
Commit f327b459 authored by rusty1s's avatar rusty1s
Browse files

print library dir

parent 9997d96c
......@@ -12,10 +12,11 @@ if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
make
sudo make install
else
# Fix GKlib on Windows: https://github.com/jlblancoc/suitesparse-metis-for-windows/issues/6
sed -i.bak -e '61,69d' GKlib/gk_arch.h
mkdir build
cd build || exit
cd build || exit
cmake ..
cmake --build . --config "Release" --target ALL_BUILD
......@@ -25,6 +26,9 @@ else
echo "--- RELEASE"
ls libmetis/Release
echo "$LIBRARY_LIB"
echo "$LIBRARY_INC"
cd ..
fi
......
......@@ -72,7 +72,7 @@ tests_require = ['pytest', 'pytest-cov']
setup(
name='torch_sparse',
version='0.5.1',
version='0.6.0',
author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de',
url='https://github.com/rusty1s/pytorch_sparse',
......
......@@ -3,7 +3,7 @@ import os.path as osp
import torch
__version__ = '0.5.1'
__version__ = '0.6.0'
expected_torch_version = (1, 4)
try:
......
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