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