-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'artifact' of github.com:microsoft/ParrotServe
- Loading branch information
Showing
771 changed files
with
139,354 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/usr/bin/env bash | ||
# Copyright (c) 2023 by Microsoft Corporation. | ||
# Licensed under the MIT license. | ||
|
||
export TORCH_CUDA_ARCH_LIST=8.0 | ||
export CUDA_HOME=/usr/local/cuda-12.1 | ||
export LD_LIBRARY_PATH=/usr/local/cuda-12.1/lib64:$LD_LIBRARY_PATH | ||
|
||
export SIMULATE_NETWORK_LATENCY_PRT=1 # 0 off, 1 on | ||
export SIMULATE_NETWORK_LATENCY_FS=1 # 0 off, 1 on | ||
|
||
# export FS_MAX_GEN_LENGTH=20 | ||
# export FS_MAX_GEN_LENGTH=50 | ||
|
||
# CUDA_LAUNCH_BLOCKING=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[submodule "3rdparty/langchain"] | ||
path = 3rdparty/langchain | ||
url = [email protected]:langchain-ai/langchain.git | ||
[submodule "3rdparty/FastChat"] | ||
path = 3rdparty/FastChat | ||
url = [email protected]:lm-sys/FastChat.git | ||
[submodule "3rdparty/vllm"] | ||
path = 3rdparty/vllm | ||
url = [email protected]:vllm-project/vllm.git | ||
[submodule "benchmark/workloads/arxiv/Selective_Context"] | ||
path = benchmark/workloads/arxiv/Selective_Context | ||
url = https://github.com/liyucheng09/Selective_Context.git |
Oops, something went wrong.