kernel
danieldk HF Staff commited on
Commit
4727baf
·
1 Parent(s): e624017

Fix capabilities

Browse files
Files changed (1) hide show
  1. build.toml +1 -1
build.toml CHANGED
@@ -38,7 +38,7 @@ src = [
38
  depends = ["torch"]
39
 
40
  [kernel.moe-marlin]
41
- cuda-capabilities = ["7.0", "7.2", "7.5", "8.0", "8.6", "8.7", "8.9", "9.0", "10.0", "10.1", "12.0"]
42
  src = [
43
  "core/exception.hpp",
44
  "core/scalar_type.hpp",
 
38
  depends = ["torch"]
39
 
40
  [kernel.moe-marlin]
41
+ cuda-capabilities = ["8.0", "8.6", "8.7", "8.9", "9.0", "10.0", "10.1", "12.0"]
42
  src = [
43
  "core/exception.hpp",
44
  "core/scalar_type.hpp",