icecuber commited on
Commit
afa7488
·
verified ·
1 Parent(s): d25d758

Delete files build build.toml flake.lock flake.nix result torch-ext with huggingface_hub

Browse files
Files changed (2) hide show
  1. build.toml +0 -8
  2. flake.nix +0 -13
build.toml DELETED
@@ -1,8 +0,0 @@
1
- [general]
2
- name = "first"
3
- universal = true
4
-
5
- [torch]
6
- src = []
7
-
8
- [kernel]
 
 
 
 
 
 
 
 
 
flake.nix DELETED
@@ -1,13 +0,0 @@
1
- {
2
- description = "Flake for Torch kernel extension";
3
-
4
- inputs = {
5
- kernel-builder.url = "github:huggingface/kernel-builder";
6
- };
7
-
8
- outputs = { self, kernel-builder, }:
9
- kernel-builder.lib.genFlakeOutputs {
10
- path = ./.;
11
- rev = self.shortRev or self.dirtyShortRev or self.lastModifiedDate;
12
- };
13
- }