"tests/python/vscode:/vscode.git/clone" did not exist on "c51cc82e4b4ae68fb2444b6d9ad57ce574e79bb0"
Commit 0e98ec12 authored by rusty1s's avatar rusty1s
Browse files

fixed caching

parent 61eb4d03
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_scatter/src/cpu.h']
sources = ['torch_scatter/src/cpu.c']
include_dirs = ['torch_scatter/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