Skip to content

Commit 03631c7

Browse files
corrected some typos in the Resource Manager REST API description of the python helper topic
1 parent 7f3e6fe commit 03631c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

2026R1.1-beta-1/AVX_Explore_Resources_API_V1_ArchV2/intro_archv2_resources_api.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ The AVxcelerate python APIs are hosted as a python package on a cluster as part
3030

3131
The python package is hosted as PyPi compliant registry on each deployed cluster. The registry URL is like this:
3232

33+
```bash
3334
https://explore.{{ domain }}/api/explore/pypi
35+
```
3436

3537
## Usage example
3638

3739
Pre-requisites:
3840

39-
We assume that on the system is running with the **Ubuntu 22.04** version, and that the following tools are already installed:
41+
We assume that the system is running with the **Ubuntu 22.04** version, and that the following tools are already installed:
4042

4143
- python 3.10
4244
- pip 25.1
@@ -120,7 +122,7 @@ Once this limit is configured, the system will only launch up to the specified n
120122

121123
### Example
122124

123-
* If The *maximum_allowed_worker_instances* parameter is set to 10 for the queue named *local*.
125+
* If The *maximum_allowed_worker_instances* parameter is set to 10 for the queue named *Default*.
124126
* Two jobs are created:
125127

126128
a. Job (1) with 10 worker instances

0 commit comments

Comments
 (0)