soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
288 Bytes
karma
notifyKarma
(JS at: '__karma__') ifNotNil: [:karma |
karma result: {
'id' -> self foldName.
'description' -> self title.
'log' -> {self stack ifNotNil: [:s | s withUnixLineEndings]}.
'suite' -> #('SqueakJS').
'success' -> self passed.
'time' -> self time.
}]