mirror of
https://github.com/open-webui/pipelines
synced 2025-05-16 10:25:43 +00:00
Refac meta
This commit is contained in:
parent
45cba3dc5d
commit
bd2ea926bb
@ -1,10 +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, mlx-lm
|
||||
Environment Variables: MLX_MODEL
|
||||
title: MLX Pipeline
|
||||
author: justinh-rahb
|
||||
date: 2024-05-22
|
||||
version: 1.0
|
||||
license: MIT
|
||||
description: A pipeline for running the mlx-lm server with a specified model.
|
||||
dependencies: requests, mlx-lm
|
||||
environment: MLX_MODEL
|
||||
"""
|
||||
|
||||
from typing import List, Union, Generator, Iterator
|
||||
|
Loading…
Reference in New Issue
Block a user