Commit db6ae13a authored by Carl Case's avatar Carl Case
Browse files

remove cuda check in build_cffi to handle docker installs

parent 5ae9fbc4
......@@ -8,7 +8,6 @@ import os
import torch
from torch.utils.ffi import create_extension
assert torch.cuda.is_available()
abs_path = os.path.dirname(os.path.realpath(__file__))
sources = ['apex/amp/src/scale_cuda.c']
......
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