Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
README Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth committed Oct 20, 2022
1 parent b2c7262 commit bdcd664
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AI Worfklows Infrastructure for Intel® architecture -- DRAFT
# AI Workflows Infrastructure for Intel® Architecture

## Description
On this page you will find details and instructions on how to set up an environment that supports Intel's AI Pipelines container build and test infrastructure.
Expand All @@ -24,11 +24,6 @@ $ docker compose version
Docker Compose version v2.7.0
```

## Development Container
Rather than installing the dependencies above on a bare-metal system, a base development container with the relevant dependencies for execution of MLOps validation can be built:

```docker build -f ./.github/utils/Dockerfile.compose .```

## Build and Run Workflows
Each pipeline will contain specific requirements and instructions for how to provide its specific dependencies and what customization options are possible. Generally, pipelines are run with the following format:

Expand All @@ -45,8 +40,7 @@ Where `KEY` and `VALUE` pairs are environment variables that can be used to cust
|Language Modeling|PyTorch*|[Training](./language_modeling/pytorch/bert_large/training/)|
|Vision Based Transfer Learning|TensorFlow|[Training](./transfer_learning/tensorflow/resnet50/training/) \| [Inference](./transfer_learning/tensorflow/resnet50/inference/)|
|Quantization Aware Training and Inference|OpenVINO™|[Quantization Aware Training(QAT)](https://github.com/intel/nlp-training-and-inference-openvino/tree/v1.0/question-answering-bert-qat)|
|
Habana® Gaudi® Processor Training and Inference using OpenVINO™ Toolkit for U-Net 2D Model|OpenVINO™|[Training and Inference](https://github.com/intel/cv-training-and-inference-openvino/tree/v1.0.0/gaudi-segmentation-unet-ptq)|
|Habana® Gaudi® Processor Training and Inference using OpenVINO™ Toolkit for U-Net 2D Model|OpenVINO™|[Training and Inference](https://github.com/intel/cv-training-and-inference-openvino/tree/v1.0.0/gaudi-segmentation-unet-ptq)|


### Cleanup
Expand Down

0 comments on commit bdcd664

Please sign in to comment.