Commit c483a663 authored by rusty1s's avatar rusty1s
Browse files

fixed caching

parent 70afd38e
import os
import shutil
import subprocess
import torch
from torch.utils.ffi import create_extension
if os.path.exists('build'):
shutil.rmtree('build')
headers = ['torch_cluster/src/cpu.h']
sources = ['torch_cluster/src/cpu.c']
include_dirs = ['torch_cluster/src']
......
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