Spaces:
Running
Running
fix a couple typos in README.md (#15)
Browse files- fix a couple typos in README.md (180eb5e9c98ab4a50c4998223bd9dc8ffc53e625)
Co-authored-by: Laurent <1aurent@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -30,7 +30,7 @@ ZeroGPU uses _Nvidia A100_ GPU devices under the hood (40GB of vRAM are availabl
|
|
| 30 |
# Compatibility
|
| 31 |
|
| 32 |
*ZeroGPU* Spaces should mostly be compatible with any PyTorch-based GPU Space.<br>
|
| 33 |
-
|
| 34 |
That said, ZeroGPU Spaces are not as broadly compatible as classical GPU Spaces and you might still encounter unexpected bugs
|
| 35 |
|
| 36 |
Also, for now, ZeroGPU Spaces only works with the **Gradio SDK**
|
|
@@ -38,7 +38,7 @@ Also, for now, ZeroGPU Spaces only works with the **Gradio SDK**
|
|
| 38 |
Supported versions:
|
| 39 |
- Gradio: 4+
|
| 40 |
- PyTorch: All versions from `2.0.0` to `2.2.0`
|
| 41 |
-
-
|
| 42 |
|
| 43 |
# Usage
|
| 44 |
|
|
|
|
| 30 |
# Compatibility
|
| 31 |
|
| 32 |
*ZeroGPU* Spaces should mostly be compatible with any PyTorch-based GPU Space.<br>
|
| 33 |
+
Compatibility with high level HF libraries like `transformers` or `diffusers` is slightly more guaranteed<br>
|
| 34 |
That said, ZeroGPU Spaces are not as broadly compatible as classical GPU Spaces and you might still encounter unexpected bugs
|
| 35 |
|
| 36 |
Also, for now, ZeroGPU Spaces only works with the **Gradio SDK**
|
|
|
|
| 38 |
Supported versions:
|
| 39 |
- Gradio: 4+
|
| 40 |
- PyTorch: All versions from `2.0.0` to `2.2.0`
|
| 41 |
+
- Python: `3.10.13`
|
| 42 |
|
| 43 |
# Usage
|
| 44 |
|