mirror of
https://github.com/open-webui/pipelines
synced 2025-05-12 08:30:43 +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
|
from typing import List, Union, Generator, Iterator
|
||||||
import requests
|
import requests
|
||||||
import subprocess
|
import subprocess
|
||||||
|
Loading…
Reference in New Issue
Block a user