Copy suggestions about revisions, branches and neuronx version
#2
by
jeffboudier
HF staff
- opened
README.md
CHANGED
@@ -29,6 +29,8 @@ image = stable_diffusion(prompt).images[0]
|
|
29 |
image.save("generated_image.jpg")
|
30 |
```
|
31 |
|
|
|
|
|
32 |
## Compilation Arguments
|
33 |
|
34 |
**compilation arguments**
|
|
|
29 |
image.save("generated_image.jpg")
|
30 |
```
|
31 |
|
32 |
+
This repository contains branches specific to versions of neuronx. When using with optimum-neuron, use the repo revision specific to the version of neuronx you are using, to load the right serialized checkpoints.
|
33 |
+
|
34 |
## Compilation Arguments
|
35 |
|
36 |
**compilation arguments**
|