@@ -43,8 +43,7 @@ FauxPilot 在 GitHub 上的地址如下:[https://github.com/moyix/fauxpilot](h
4343
4444你可以配置官方 VSCode Copilot 插件来使用你的本地服务器。只要编辑你的 settings.json 来添加。
4545
46- ··· json
47-
46+ ``` json
4847 "github.copilot.advanced" : {
4948 "debug.overrideEngine" : " codegen" ,
5049 "debug.testOverrideProxyUrl" : " http://localhost:5000" ,
@@ -61,10 +60,12 @@ FauxPilot 在 GitHub 上的地址如下:[https://github.com/moyix/fauxpilot](h
6160
6261
6362
63+
64+
6465 $ ./launch.sh
6566 [+] Running 2/0
66- ⠿ Container fauxpilot-triton-1 Created 0.0s
67- ⠿ Container fauxpilot-copilot_proxy-1 Created 0.0s
67+ ⠿ Container fauxpilot-triton-1 Created 0.0s
68+ ⠿ Container fauxpilot-copilot_proxy-1 Created 0.0s
6869 Attaching to fauxpilot-copilot_proxy-1, fauxpilot-triton-1
6970 fauxpilot-triton-1 |
7071 fauxpilot-triton-1 | =============================
@@ -129,22 +130,22 @@ FauxPilot 在 GitHub 上的地址如下:[https://github.com/moyix/fauxpilot](h
129130 fauxpilot-triton-1 | I0803 01:51:04.738989 93 metrics.cc:650] Collecting metrics for GPU 0: NVIDIA RTX A6000
130131 fauxpilot-triton-1 | I0803 01:51:04.739373 93 tritonserver.cc:2159]
131132 fauxpilot-triton-1 | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
132- fauxpilot-triton-1 | | Option | Value |
133+ fauxpilot-triton-1 | | Option | Value |
133134 fauxpilot-triton-1 | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
134135 fauxpilot-triton-1 | | server_id | triton
135136 |
136- fauxpilot-triton-1 | | server_version | 2.23.0 |
137+ fauxpilot-triton-1 | | server_version | 2.23.0 |
137138 fauxpilot-triton-1 | | server_extensions | classification sequence model_repository model_repository(unload_dependents) schedule_policy model_configuration system_shared_memory cuda_shared_memory binary_tensor_data statistics trace |
138- fauxpilot-triton-1 | | model_repository_path[0] | /model |
139- fauxpilot-triton-1 | | model_control_mode | MODE_NONE |
140- fauxpilot-triton-1 | | strict_model_config | 1 |
141- fauxpilot-triton-1 | | rate_limit | OFF |
142- fauxpilot-triton-1 | | pinned_memory_pool_byte_size | 268435456 |
143- fauxpilot-triton-1 | | cuda_memory_pool_byte_size{0} | 67108864 |
144- fauxpilot-triton-1 | | response_cache_byte_size | 0 |
145- fauxpilot-triton-1 | | min_supported_compute_capability | 6.0 |
146- fauxpilot-triton-1 | | strict_readiness | 1 |
147- fauxpilot-triton-1 | | exit_timeout | 30 |
139+ fauxpilot-triton-1 | | model_repository_path[0] | /model |
140+ fauxpilot-triton-1 | | model_control_mode | MODE_NONE |
141+ fauxpilot-triton-1 | | strict_model_config | 1 |
142+ fauxpilot-triton-1 | | rate_limit | OFF |
143+ fauxpilot-triton-1 | | pinned_memory_pool_byte_size | 268435456 |
144+ fauxpilot-triton-1 | | cuda_memory_pool_byte_size{0} | 67108864 |
145+ fauxpilot-triton-1 | | response_cache_byte_size | 0 |
146+ fauxpilot-triton-1 | | min_supported_compute_capability | 6.0 |
147+ fauxpilot-triton-1 | | strict_readiness | 1 |
148+ fauxpilot-triton-1 | | exit_timeout | 30 |
148149 fauxpilot-triton-1 | +----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
149150 fauxpilot-triton-1 |
150151 fauxpilot-triton-1 | I0803 01:51:04.740423 93 grpc_server.cc:4587] Started GRPCInferenceService at 0.0.0.0:8001
0 commit comments