> For the complete documentation index, see [llms.txt](https://ensemble-ai.gitbook.io/ensemble-ai-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ensemble-ai.gitbook.io/ensemble-ai-api-docs/dark-matter/save.md).

# Save

```python
def save(self, *, path: str = "weights", project_name: str | None = None) -> str
```

## Notes

* Storage path will be created if necessary and is equivalent to `./{path}/{project_name}/`.
