danieldk HF staff commited on
Commit
bdf0809
·
1 Parent(s): 5eb950d

Add Torch as an explicit dependency

Browse files

This is require starting with kernel-builder 0.0.3.

Files changed (1) hide show
  1. build.toml +1 -0
build.toml CHANGED
@@ -19,3 +19,4 @@ src = [
19
  "activation/cuda_compat.h",
20
  "activation/dispatch_utils.h",
21
  ]
 
 
19
  "activation/cuda_compat.h",
20
  "activation/dispatch_utils.h",
21
  ]
22
+ depends = [ "torch" ]