mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-27 14:05:00 +00:00
4 lines
80 B
Makefile
4 lines
80 B
Makefile
.PHONY: transformers
|
|
transformers:
|
|
@echo "Running install..."
|
|
bash install.sh
|