File size: 477 Bytes
4771b13
 
b88af02
4771b13
b88af02
4771b13
b88af02
4771b13
 
 
b88af02
 
4771b13
b88af02
4771b13
 
 
b88af02
 
4771b13
b88af02
4771b13
 
 
 
b88af02
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## project link:
https://github.com/ztxz16/fastllm

# Install

## install in linux:

``` sh
# (you should install cuda12 first)
pip install ftllm -U
```

## install in windows

``` sh
pip install https://www.modelscope.cn/models/huangyuyang/fastllmdepend-windows/resolve/master/ftllmdepend-0.0.0.1-py3-none-win_amd64.whl
pip install ftllm -U
```

# Launch

``` sh
ftllm chat YOUR_MODEL_PATH # chat
ftllm webui YOUR_MODEL_PATH # webui
ftllm server YOUR_MODEL_PATH # server 
```