Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
92 Bytes
REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER)
.PHONY: test