File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ describe("listFiles", () => {
37
37
size : 440473133 ,
38
38
pointerSize : 134 ,
39
39
} ,
40
+ xetHash : "2d8408d3a894d02517d04956e2f7546ff08362594072f3527ce144b5212a3296" ,
40
41
oid : "ba5d19791be1dd7992e33bd61f20207b0f7f50a5" ,
41
42
path : "pytorch_model.bin" ,
42
43
size : 440473133 ,
@@ -48,6 +49,7 @@ describe("listFiles", () => {
48
49
size : 536063208 ,
49
50
pointerSize : 134 ,
50
51
} ,
52
+ xetHash : "879c5715c18a0b7f051dd33f70f0a5c8dd1522e0a43f6f75520f16167f29279b" ,
51
53
oid : "9eb98c817f04b051b3bcca591bcd4e03cec88018" ,
52
54
path : "tf_model.h5" ,
53
55
size : 536063208 ,
@@ -113,6 +115,7 @@ describe("listFiles", () => {
113
115
size : 440473133 ,
114
116
pointerSize : 134 ,
115
117
} ,
118
+ xetHash : "2d8408d3a894d02517d04956e2f7546ff08362594072f3527ce144b5212a3296" ,
116
119
oid : "ba5d19791be1dd7992e33bd61f20207b0f7f50a5" ,
117
120
path : "pytorch_model.bin" ,
118
121
size : 440473133 ,
@@ -129,6 +132,7 @@ describe("listFiles", () => {
129
132
size : 536063208 ,
130
133
pointerSize : 134 ,
131
134
} ,
135
+ xetHash : "879c5715c18a0b7f051dd33f70f0a5c8dd1522e0a43f6f75520f16167f29279b" ,
132
136
oid : "9eb98c817f04b051b3bcca591bcd4e03cec88018" ,
133
137
path : "tf_model.h5" ,
134
138
size : 536063208 ,
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ export interface ListFileEntry {
17
17
/** Size of the raw pointer file, 100~200 bytes */
18
18
pointerSize : number ;
19
19
} ;
20
+ /**
21
+ * Xet-backed hash, a new protocol replacing LFS for big files.
22
+ */
23
+ xetHash ?: string ;
20
24
/**
21
25
* Only fetched if `expand` is set to `true` in the `listFiles` call.
22
26
*/
You can’t perform that action at this time.
0 commit comments