Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion libraries/robotics-ai-libraries/orb-extractor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion microservices/dlstreamer-pipeline-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <link-to-repository>
git clone <link-to-repository> -b release-1.2.0
cd <path/to/dlstreamer-pipeline-server/docker>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <link-to-repository>
git clone <link-to-repository> -b release-1.2.0
```

2. **Change to project directory**:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions microservices/time-series-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <repository-url>
git clone <repository-url> -b release-1.2.0
cd <repository-url>/sample-applications/chat-question-and-answer
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <repository-url>
git clone <repository-url> -b release-1.2.0
```

5. **Install the Required Packages**
Expand Down Expand Up @@ -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 <repository-url>
git clone <repository-url> -b release-1.2.0
```

2. **Install the application dependencies**
Expand Down
Loading