Spaces:
Sleeping
Sleeping
update README
Browse files
README.md
CHANGED
|
@@ -65,3 +65,7 @@ python app.py
|
|
| 65 |
```
|
| 66 |
|
| 67 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
```
|
| 66 |
|
| 67 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 68 |
+
|
| 69 |
+
## Limitations
|
| 70 |
+
- CPU Implementation is very slow (a simple code completion can take around 10 minutes).
|
| 71 |
+
- Limit Scope of Optimization (`torch.compile` takes several minutes to compile & recompiles frequently)
|