mirror of
https://github.com/open-webui/pipelines
synced 2025-05-11 08:01:08 +00:00
Add metadata header
This commit is contained in:
parent
9f4803a9b6
commit
e263648f95
@ -1,3 +1,12 @@
|
||||
"""
|
||||
Name: MLX Pipeline
|
||||
Description: A pipeline for running the mlx-lm server with a specified model.
|
||||
Author: justinh-rahb
|
||||
License: MIT
|
||||
Python Dependencies: requests, subprocess, os, socket, schemas
|
||||
Environment Variables: MLX_MODEL
|
||||
"""
|
||||
|
||||
from typing import List, Union, Generator, Iterator
|
||||
import requests
|
||||
import subprocess
|
||||
|
Loading…
Reference in New Issue
Block a user