diff --git a/.vscode/tasks.json b/.vscode/tasks.json index e63b3515..597a746d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -10,9 +10,7 @@ "-DTRITON_COMMON_REPO_TAG:STRING=main", "-DTRITON_BACKEND_REPO_TAG:STRING=main", "-DTRITON_CORE_REPO_TAG:STRING=main", - "-DTRITON_ENABLE_STATS:STRING=ON", "-DTRITON_ENABLE_GPU:STRING=ON", - "-DTRITON_ENABLE_ENSEMBLE:STRING=ON", "-DTRITON_ENABLE_NVTX:STRING=ON", "-DCMAKE_INSTALL_PREFIX:STRING=${workspaceFolder}/build/install", "-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE", diff --git a/README.md b/README.md index dc39c3a9..9d2c81ea 100644 --- a/README.md +++ b/README.md @@ -1818,7 +1818,7 @@ and `devcontainer.json` file to help you develop the Python backend using [Visual Studio Code](https://code.visualstudio.com/docs/devcontainers/containers). -In order to build the backend, you can the "Build Python Backend" task in the +In order to build the backend, you can execute the "Build Python Backend" task in the [VSCode tasks](https://code.visualstudio.com/docs/editor/tasks). This will build the Python backend and install the artifacts in `/opt/tritonserver/backends/python`.