Skip to content

Commit d9ff7cd

Browse files
author
Steve Yalovitser
committed
fix an issue
modified: skills/neuron-nki-writing/references/nkilib/patterns/moe-patterns.md
1 parent c555149 commit d9ff7cd

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This repository contains AI agents and skills for developing on [AWS Neuron](htt
44
## Installation
55

66
```bash
7+
# from neuron pypi repository
8+
pip install --upgrade neuron-agentic-development \
9+
--extra-index-url https://pip.repos.neuron.amazonaws.com
10+
11+
12+
# from wheel
13+
pip install neuron_agentic_development-1.0-py3-none-any.whl
714

815
# from local github clone
916
git clone https://github.com/aws-neuron/neuron-agentic-development.git

skills/neuron-nki-writing/references/nkilib/patterns/moe-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Gather expert affinities based on expert indices using `local_gather` operation
176176
- `nl.ndarray`: `[_pmax, 16, 16]` gathered affinities tensor
177177

178178
**Constraints:**
179-
- `K <= 16` (PARTITIONS_PER_Q7_CORE)
179+
- `K <= 16` (PARTITIONS_PER_CORE)
180180
- `E > 1` (local_gather requires src_buffer_size > 1)
181181

182182
**Notes:**

0 commit comments

Comments
 (0)