Commit
•
5685b12
1
Parent(s):
3d02642
Copy suggestions about revisions, branches and neuronx version
Browse files
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**
|