Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
fromozu
/
grok2api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
grok2api
/
backend
/
Makefile
fromozuzhouzzz
Deploy grok2api v3.0.11 to HF Spaces
f1dd159
4 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
113 Bytes
.PHONY:
run
# 在 backend/ 目录复用项目根目录的启动入口和配置路径。
run
:
$(
MAKE
) -C ..
run