When trying to run make build, I get the following error: mkdir -p models/unilm The syntax of the command is incorrect. make: *** [Makefile:7: build] Error 1 How do I fix this?
When trying to run make build, I get the following error:
mkdir -p models/unilm
The syntax of the command is incorrect.
make: *** [Makefile:7: build] Error 1
How do I fix this?