- 26 Feb, 2024 1 commit
-
-
Jared Moore authored
-
- 25 Feb, 2024 1 commit
-
-
Harry Mellor authored
-
- 22 Feb, 2024 1 commit
-
-
Mustafa Eyceoz authored
-
- 21 Feb, 2024 1 commit
-
-
Nick Hill authored
-
- 19 Feb, 2024 1 commit
-
-
Simon Mo authored
-
- 17 Feb, 2024 1 commit
-
-
jvmncs authored
how to serve the loras (mimicking the [multilora inference example](https://github.com/vllm-project/vllm/blob/main/examples/multilora_inference.py)): ```terminal $ export LORA_PATH=~/.cache/huggingface/hub/models--yard1--llama-2-7b-sql-lora-test/ $ python -m vllm.entrypoints.api_server \ --model meta-llama/Llama-2-7b-hf \ --enable-lora \ --lora-modules sql-lora=$LORA_PATH sql-lora2=$LORA_PATH ``` the above server will list 3 separate values if the user queries `/models`: one for the base served model, and one each for the specified lora modules. in this case sql-lora and sql-lora2 point to the same underlying lora, but this need not be the case. lora config values take the same values they do in EngineArgs no work has been done here to scope client permissions to specific models
-
- 04 Feb, 2024 1 commit
-
-
dancingpipi authored
Co-authored-by:shujunhua1 <shujunhua1@jd.com>
-
- 01 Feb, 2024 1 commit
-
-
Simon Mo authored
-
- 27 Jan, 2024 1 commit
-
-
Hanzhi Zhou authored
-
- 25 Jan, 2024 1 commit
-
-
Simon Mo authored
-
- 24 Jan, 2024 1 commit
-
-
Federico Galatolo authored
-
- 23 Jan, 2024 2 commits
-
-
Antoni Baum authored
Co-authored-by:
Chen Shen <scv119@gmail.com> Co-authored-by:
Shreyas Krishnaswamy <shrekris@anyscale.com> Co-authored-by:
Avnish Narayan <avnish@anyscale.com>
-
Erfan Al-Hossami authored
-
- 22 Jan, 2024 1 commit
-
-
Jannis Schönleber authored
-
- 19 Jan, 2024 1 commit
-
-
Simon Mo authored
-
- 18 Jan, 2024 1 commit
-
-
shiyi.c_98 authored
Co-authored-by:
DouHappy <2278958187@qq.com> Co-authored-by:
Zhuohan Li <zhuohan123@gmail.com>
-
- 17 Jan, 2024 1 commit
-
-
FlorianJoncour authored
-
- 12 Jan, 2024 1 commit
-
-
Chirag Jain authored
-
- 05 Jan, 2024 1 commit
-
-
Iskren Ivov Chernev authored
-
- 03 Jan, 2024 1 commit
-
-
Ronen Schaffer authored
-
- 18 Dec, 2023 1 commit
-
-
Harry Mellor authored
-
- 17 Dec, 2023 2 commits
-
-
Woosuk Kwon authored
-
Woosuk Kwon authored
Co-authored-by:
Chen Shen <scv119@gmail.com> Co-authored-by:
Antoni Baum <antoni.baum@protonmail.com>
-
- 15 Dec, 2023 1 commit
-
-
CHU Tianxiang authored
-
- 10 Dec, 2023 2 commits
- 03 Dec, 2023 2 commits
- 01 Dec, 2023 1 commit
-
-
Adam Brusselback authored
-
- 30 Nov, 2023 1 commit
-
-
Michael McCulloch authored
Co-authored-by:Michael McCulloch <mjm.gitlab@fastmail.com>
-
- 27 Nov, 2023 1 commit
-
-
Yunmo Chen authored
-
- 20 Nov, 2023 1 commit
-
-
Simon Mo authored
-
- 18 Nov, 2023 1 commit
-
-
liuyhwangyh authored
-
- 16 Nov, 2023 1 commit
-
-
Iskren Ivov Chernev authored
-
- 01 Nov, 2023 1 commit
-
-
Fluder-Paradyne authored
-
- 30 Oct, 2023 1 commit
-
-
Dan Lord authored
-
- 07 Oct, 2023 1 commit
-
-
Yunfeng Bai authored
Co-authored-by:Zhuohan Li <zhuohan123@gmail.com>
-
- 03 Oct, 2023 2 commits
-
-
Antoni Baum authored
-
Federico Cassano authored
Co-authored-by:Zhuohan Li <zhuohan123@gmail.com>
-
- 28 Sep, 2023 1 commit
-
-
Woosuk Kwon authored
-