diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 310beb1c67..11579ba96a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Read the [`Security Policy`](SECURITY.md). Clone the repository and follow the [`README`](README.md) to get started with the sample applications of interest. ``` - git clone https://github.com/open-edge-platform/edge-ai-libraries.git + git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0 cd edge-ai-libraries ``` diff --git a/libraries/dl-streamer/docs/source/dev_guide/advanced_install/advanced_install_guide_compilation.rst b/libraries/dl-streamer/docs/source/dev_guide/advanced_install/advanced_install_guide_compilation.rst index f025de3264..20f9c4ab9e 100644 --- a/libraries/dl-streamer/docs/source/dev_guide/advanced_install/advanced_install_guide_compilation.rst +++ b/libraries/dl-streamer/docs/source/dev_guide/advanced_install/advanced_install_guide_compilation.rst @@ -228,7 +228,7 @@ Step 7: Clone IntelĀ® DL Streamer repository .. code:: sh cd ~ - git clone https://github.com/open-edge-platform/edge-ai-libraries.git + git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0 cd edge-ai-libraries git submodule update --init libraries/dl-streamer/thirdparty/spdlog diff --git a/libraries/robotics-ai-libraries/orb-extractor/README.md b/libraries/robotics-ai-libraries/orb-extractor/README.md index 2ed209e5d7..aed51f5809 100644 --- a/libraries/robotics-ai-libraries/orb-extractor/README.md +++ b/libraries/robotics-ai-libraries/orb-extractor/README.md @@ -71,7 +71,7 @@ source setupenv.sh ### Build the library ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries +git clone https://github.com/open-edge-platform/edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/libraries/orb-extractor mkdir build cd build diff --git a/microservices/audio-analyzer/docs/user-guide/get-started.md b/microservices/audio-analyzer/docs/user-guide/get-started.md index 94a9fb6a99..9949616a34 100644 --- a/microservices/audio-analyzer/docs/user-guide/get-started.md +++ b/microservices/audio-analyzer/docs/user-guide/get-started.md @@ -188,7 +188,7 @@ http://localhost:8000/docs 1. Clone the repository and change directory to the audio-analyzer microservice: ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries +git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/microservices/audio-analyzer ``` diff --git a/microservices/audio-analyzer/docs/user-guide/how-to-build-from-source.md b/microservices/audio-analyzer/docs/user-guide/how-to-build-from-source.md index cfc7f425c6..cd0bb629fb 100644 --- a/microservices/audio-analyzer/docs/user-guide/how-to-build-from-source.md +++ b/microservices/audio-analyzer/docs/user-guide/how-to-build-from-source.md @@ -24,7 +24,7 @@ Following options are provided to build the microservice. 1. Clone the repository: ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries +git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 ``` 2. Set the required environment variables: @@ -107,7 +107,7 @@ Host setup by default uses local filesystem storage backend. 1. Clone the repository: ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries +git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 ``` 2. Run the setup script with desired options: diff --git a/microservices/dlstreamer-pipeline-server/README.md b/microservices/dlstreamer-pipeline-server/README.md index ded40c2eac..f5b4c81334 100644 --- a/microservices/dlstreamer-pipeline-server/README.md +++ b/microservices/dlstreamer-pipeline-server/README.md @@ -42,7 +42,7 @@ Follow the steps in this section to quickly pull the latest pre-built Deep Learn - Clone the repository and change to the docker directory inside DL Streamer Pipeline Server project. ```sh - git clone + git clone -b release-1.2.0 cd ``` diff --git a/microservices/dlstreamer-pipeline-server/docs/user-guide/get-started.md b/microservices/dlstreamer-pipeline-server/docs/user-guide/get-started.md index db6f5fa437..e7791e116c 100644 --- a/microservices/dlstreamer-pipeline-server/docs/user-guide/get-started.md +++ b/microservices/dlstreamer-pipeline-server/docs/user-guide/get-started.md @@ -16,7 +16,7 @@ Follow the steps in this section to quickly pull the latest pre-built DL Streame ```sh cd [WORKDIR] - git clone https://github.com/open-edge-platform/edge-ai-libraries.git + git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0 cd edge-ai-libraries/microservices/dlstreamer-pipeline-server/docker ``` diff --git a/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-build-from-source.md b/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-build-from-source.md index 20a4dfb20e..2679ae6689 100644 --- a/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-build-from-source.md +++ b/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-build-from-source.md @@ -11,7 +11,7 @@ Note: Ensure to set the right values in the `[WORKDIR]/edge-ai-libraries/microse 1. Clone the Edge-AI-Libraries repository from open edge platform and change to the docker directory inside DL Streamer Pipeline Server project. ```sh - git clone https://github.com/open-edge-platform/edge-ai-libraries.git + git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0 cd edge-ai-libraries/microservices/dlstreamer-pipeline-server/ ``` diff --git a/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md b/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md index d66128b286..9b5d6b1007 100644 --- a/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md +++ b/microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md @@ -14,7 +14,7 @@ ```sh cd [WORKDIR] - git clone https://github.com/open-edge-platform/edge-ai-libraries.git + git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0 cd edge-ai-libraries/microservices/dlstreamer-pipeline-server/helm ``` diff --git a/microservices/dlstreamer-pipeline-server/helm/templates/dlstreamer-pipeline-server-deployment.yaml b/microservices/dlstreamer-pipeline-server/helm/templates/dlstreamer-pipeline-server-deployment.yaml index 1f5bb179e1..a88f67e08a 100644 --- a/microservices/dlstreamer-pipeline-server/helm/templates/dlstreamer-pipeline-server-deployment.yaml +++ b/microservices/dlstreamer-pipeline-server/helm/templates/dlstreamer-pipeline-server-deployment.yaml @@ -31,7 +31,7 @@ spec: - /bin/bash - -c - | - git clone --depth 1 https://github.com/open-edge-platform/edge-ai-libraries /repo + git clone --depth 1 https://github.com/open-edge-platform/edge-ai-libraries /repo -b release-1.2.0 mkdir -p /resources/models/geti /resources/videos cp -r /repo/microservices/dlstreamer-pipeline-server/resources/models/geti/ /resources/models/ curl -L https://github.com/open-edge-platform/edge-ai-libraries/raw/main/microservices/dlstreamer-pipeline-server/resources/videos/warehouse.avi -o /resources/videos/warehouse.avi diff --git a/microservices/document-ingestion/pgvector/docs/get-started.md b/microservices/document-ingestion/pgvector/docs/get-started.md index 874f21711e..cb7218d7a1 100644 --- a/microservices/document-ingestion/pgvector/docs/get-started.md +++ b/microservices/document-ingestion/pgvector/docs/get-started.md @@ -56,7 +56,7 @@ This method provides the fastest way to get started with the microservice. 1. **Clone the repository**: Run the following command to clone the repository: ```bash - git clone + git clone -b release-1.2.0 ``` 2. **Change to project directory**: diff --git a/microservices/multimodal-embedding-serving/docs/user-guide/how-to-build-from-source.md b/microservices/multimodal-embedding-serving/docs/user-guide/how-to-build-from-source.md index d57264f234..b80e0568a9 100644 --- a/microservices/multimodal-embedding-serving/docs/user-guide/how-to-build-from-source.md +++ b/microservices/multimodal-embedding-serving/docs/user-guide/how-to-build-from-source.md @@ -35,7 +35,7 @@ If variables are not set, in that case, the `TAG` will have default value as _la 1. **Clone the Repository**: ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries +git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/microservices/multimodal-embedding-service ``` diff --git a/microservices/time-series-analytics/README.md b/microservices/time-series-analytics/README.md index ba8d597725..96daa30c55 100644 --- a/microservices/time-series-analytics/README.md +++ b/microservices/time-series-analytics/README.md @@ -40,7 +40,7 @@ For more details on Architecture, see [Architecture](docs/user-guide/high-level- Follow the steps to run the unit tests. ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries +git clone https://github.com/open-edge-platform/edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/microservices/time-series-analytics echo "Running unit tests" ./tests/run_tests.sh @@ -50,7 +50,7 @@ echo "Running unit tests" Follow the steps to run the functional tests. ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries +git clone https://github.com/open-edge-platform/edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/microservices/time-series-analytics/tests-functional echo "Running functional tests" pip3 install -r requirements.txt diff --git a/microservices/time-series-analytics/docs/user-guide/get-started.md b/microservices/time-series-analytics/docs/user-guide/get-started.md index a7344a4c0a..bbe7a62058 100644 --- a/microservices/time-series-analytics/docs/user-guide/get-started.md +++ b/microservices/time-series-analytics/docs/user-guide/get-started.md @@ -46,7 +46,7 @@ ## Clone source code ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries.git +git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0 cd edge-ai-libraries/microservices/time-series-analytics/docker ``` diff --git a/microservices/vector-retriever/milvus/docs/user-guide/get-started.md b/microservices/vector-retriever/milvus/docs/user-guide/get-started.md index 36cf40cfd7..8fa0928650 100644 --- a/microservices/vector-retriever/milvus/docs/user-guide/get-started.md +++ b/microservices/vector-retriever/milvus/docs/user-guide/get-started.md @@ -14,7 +14,7 @@ Clone the source code repository if you don't have it ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries.git +git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0 cd edge-ai-libraries/microservices ``` diff --git a/microservices/visual-data-preparation-for-retrieval/milvus/docs/user-guide/get-started.md b/microservices/visual-data-preparation-for-retrieval/milvus/docs/user-guide/get-started.md index abad87f29c..df188fd19c 100644 --- a/microservices/visual-data-preparation-for-retrieval/milvus/docs/user-guide/get-started.md +++ b/microservices/visual-data-preparation-for-retrieval/milvus/docs/user-guide/get-started.md @@ -14,7 +14,7 @@ Clone the source code repository if you don't have it ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries.git +git clone https://github.com/open-edge-platform/edge-ai-libraries.git -b release-1.2.0 cd edge-ai-libraries/microservices ``` diff --git a/microservices/visual-data-preparation-for-retrieval/vdms/docs/user-guide/how-to-build-from-source.md b/microservices/visual-data-preparation-for-retrieval/vdms/docs/user-guide/how-to-build-from-source.md index b793a54e18..961e1c441b 100644 --- a/microservices/visual-data-preparation-for-retrieval/vdms/docs/user-guide/how-to-build-from-source.md +++ b/microservices/visual-data-preparation-for-retrieval/vdms/docs/user-guide/how-to-build-from-source.md @@ -24,7 +24,7 @@ Following options are provided to build the microservice. 1. Clone the repository and change to project directory: ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries +git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/microservices/visual-data-preparation-for-retrieval/vdms ``` diff --git a/microservices/vlm-openvino-serving/docs/user-guide/how-to-build-from-source.md b/microservices/vlm-openvino-serving/docs/user-guide/how-to-build-from-source.md index 9fac603f10..312db03d9a 100644 --- a/microservices/vlm-openvino-serving/docs/user-guide/how-to-build-from-source.md +++ b/microservices/vlm-openvino-serving/docs/user-guide/how-to-build-from-source.md @@ -36,7 +36,7 @@ If variables are not set, in that case, the `TAG` will have default value as _la 1. **Clone the Repository**: ```bash -git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries +git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/microservices/vlm-openvino-serving/docker ``` diff --git a/sample-applications/chat-question-and-answer/chart/subchart/dataprep/README.md b/sample-applications/chat-question-and-answer/chart/subchart/dataprep/README.md index 0a73016898..494f7012d3 100644 --- a/sample-applications/chat-question-and-answer/chart/subchart/dataprep/README.md +++ b/sample-applications/chat-question-and-answer/chart/subchart/dataprep/README.md @@ -17,7 +17,7 @@ Before deploying the `dataprep` service, ensure the following services are up an 1. **Clone the Repository** ```sh - git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries + git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/sample-applications/chat-question-and-answer/chart/subchart/dataprep ``` Adjust the repo link appropriately in case of forked repo. diff --git a/sample-applications/chat-question-and-answer/chart/subchart/llm/tgi/README.md b/sample-applications/chat-question-and-answer/chart/subchart/llm/tgi/README.md index 83c08753c7..19dce35991 100644 --- a/sample-applications/chat-question-and-answer/chart/subchart/llm/tgi/README.md +++ b/sample-applications/chat-question-and-answer/chart/subchart/llm/tgi/README.md @@ -13,7 +13,7 @@ This guide provides instructions for deploying the Text Generation Inference (TG 1. Clone the repository: ```sh - git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries + git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/sample-applications/chat-question-and-answer/chart/subchart/llm/tgi ``` Adjust the repo link appropriately in case of forked repo. diff --git a/sample-applications/chat-question-and-answer/chart/subchart/llm/vllm/README.md b/sample-applications/chat-question-and-answer/chart/subchart/llm/vllm/README.md index b824e721d6..97e7ab9757 100644 --- a/sample-applications/chat-question-and-answer/chart/subchart/llm/vllm/README.md +++ b/sample-applications/chat-question-and-answer/chart/subchart/llm/vllm/README.md @@ -13,7 +13,7 @@ This guide provides instructions for deploying the vLLM Inference Server using H 1. **Clone the repository:** ```sh - git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries + git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/sample-applications/chat-question-and-answer/chart/subchart/llm/vllm ``` Adjust the repo link appropriately in case of forked repo. diff --git a/sample-applications/chat-question-and-answer/chart/subchart/minioserver/README.md b/sample-applications/chat-question-and-answer/chart/subchart/minioserver/README.md index 1e7a2d6dff..53d01793c4 100644 --- a/sample-applications/chat-question-and-answer/chart/subchart/minioserver/README.md +++ b/sample-applications/chat-question-and-answer/chart/subchart/minioserver/README.md @@ -15,7 +15,7 @@ This guide provides the steps to deploy the MinIO server using the provided Helm Clone the repository containing the Helm chart to your local machine. ```sh - git clone git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries + git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/sample-applications/chat-question-and-answer/chart/subchart/minioserver ``` Adjust the repo link appropriately in case of forked repo. diff --git a/sample-applications/chat-question-and-answer/chart/subchart/pgvector/README.md b/sample-applications/chat-question-and-answer/chart/subchart/pgvector/README.md index ad37d573a3..7aa3245582 100644 --- a/sample-applications/chat-question-and-answer/chart/subchart/pgvector/README.md +++ b/sample-applications/chat-question-and-answer/chart/subchart/pgvector/README.md @@ -13,7 +13,7 @@ This Helm chart deploys pgVector, a PostgreSQL extension for vector similarity s Clone the repository containing the Helm chart to your local machine. ```sh - git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries + git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 cd edge-ai-libraries/sample-applications/chat-question-and-answer/chart/subchart/pgvector ``` Adjust the repo link appropriately in case of forked repo. diff --git a/sample-applications/chat-question-and-answer/docs/user-guide/build-from-source.md b/sample-applications/chat-question-and-answer/docs/user-guide/build-from-source.md index 237bb20dc3..f10e6ce66a 100644 --- a/sample-applications/chat-question-and-answer/docs/user-guide/build-from-source.md +++ b/sample-applications/chat-question-and-answer/docs/user-guide/build-from-source.md @@ -16,7 +16,7 @@ Before you begin, ensure that you have the following prerequisites: 1. **Clone the Repository**: - Clone the ChatQ&A Sample Application repository: ```bash - git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries + git clone https://github.com/open-edge-platform/edge-ai-libraries.git edge-ai-libraries -b release-1.2.0 ``` 2. **Navigate to the Directory**: diff --git a/sample-applications/chat-question-and-answer/docs/user-guide/deploy-with-edge-orchestrator.md b/sample-applications/chat-question-and-answer/docs/user-guide/deploy-with-edge-orchestrator.md index 8f58aafb87..ac2f3b8647 100644 --- a/sample-applications/chat-question-and-answer/docs/user-guide/deploy-with-edge-orchestrator.md +++ b/sample-applications/chat-question-and-answer/docs/user-guide/deploy-with-edge-orchestrator.md @@ -27,7 +27,7 @@ To deploy the **ChatQ&A** Application with the Edge Orchestrator, follow the ste 1. Clone the **ChatQ&A** repository: ```bash - git clone + git clone -b release-1.2.0 cd /sample-applications/chat-question-and-answer ``` diff --git a/sample-applications/chat-question-and-answer/tests/unit_tests/README.md b/sample-applications/chat-question-and-answer/tests/unit_tests/README.md index ad3d010ba2..e95de35983 100644 --- a/sample-applications/chat-question-and-answer/tests/unit_tests/README.md +++ b/sample-applications/chat-question-and-answer/tests/unit_tests/README.md @@ -61,7 +61,7 @@ If you prefer to run the tests in a virtual environment, please follow these ste Clone the repository to your local machine: ```bash - git clone + git clone -b release-1.2.0 ``` 5. **Install the Required Packages** @@ -133,7 +133,7 @@ If you prefer not to use virtual environment, please follow these steps: First, clone the repository to your local machine: ```bash - git clone + git clone -b release-1.2.0 ``` 2. **Install the application dependencies**