mirror of
https://github.com/mudler/LocalAI.git
synced 2026-03-31 13:15:51 -04:00
5 lines
80 B
Makefile
5 lines
80 B
Makefile
.PHONY: transformers
|
|
transformers:
|
|
@echo "Running install..."
|
|
bash install.sh
|