Skip to content

Commit

Permalink
SynapseAi 1.15.0 release
Browse files Browse the repository at this point in the history
 * Update dockerfiles with 1.15.0 content
  • Loading branch information
ltran5991 committed Apr 5, 2024
1 parent a0c317a commit cf262c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 492 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ BUILD_DIR ?= $(CURDIR)/dockerbuild

REPO_SERVER ?= vault.habana.ai
PT_VERSION ?= 2.2.0
RELEASE_VERSION ?= 1.15.1
RELEASE_BUILD_ID ?= 15
RELEASE_VERSION ?= 1.15.0
RELEASE_BUILD_ID ?= 479

BASE_IMAGE_URL ?= base-installer-$(BUILD_OS)
IMAGE_URL = $(IMAGE_NAME):$(RELEASE_VERSION)-$(RELEASE_BUILD_ID)
Expand Down
19 changes: 4 additions & 15 deletions utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,16 @@ By installing, copying, accessing, or using the software, you agree to be legall
- [Overview](#overview)
- [manage_network_ifs.sh](#manage_network_ifs)


<br />

---

<br />

## Overview

Welcome to Gaudi's Util Scripts!

This folder contains some Gaudi utility scripts that users can access as reference.

<br />

---

<br />

## manage_network_ifs

Moved to habanalabs-qual Example: (/opt/habanalabs/qual/gaudi2/bin/manage_network_ifs.sh).

This script can be used as reference to bring up, take down, set IPs, unset IPs and check for status of the Gaudi network interfaces.

The following is the usage of the script:
Expand All @@ -46,7 +35,7 @@ options:
Note: Please run this script with one operation at a time
```
## Operations
### Operations

Before executing any operation, this script finds all the Habana network interfaces available on the system and stores the Habana interface information into a list.
The list will be used for the operations. If no Habana network interface is found, the script will exit.
Expand Down Expand Up @@ -86,7 +75,7 @@ sudo manage_network_ifs.sh --unset-ip

## check_habana_framework_env

This script can be used as reference to check the environment for running Tensorflow or PyTorch on Habana.
This script can be used as reference to check the environment for running PyTorch on Habana.

The following is the usage of the script:

Expand Down
Loading

0 comments on commit cf262c4

Please sign in to comment.