From 49b5e3b97835fa3fc70d75ee9bb5307eb499a2de Mon Sep 17 00:00:00 2001 From: Sze-qq <68757353+Sze-qq@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:42:03 +0800 Subject: [PATCH] fix a typo in README (#101) Co-authored-by: siqi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index add4212..775fc52 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ After installation, we suggest reading [structure.md](docs/structure.md) to lear ## Model Weights -| Resoluion | Data | #iterations | Batch Size | GPU days (H800) | URL | +| Resolution | Data | #iterations | Batch Size | GPU days (H800) | URL | | ---------- | ------ | ----------- | ---------- | --------------- | --------------------------------------------------------------------------------------------- | | 16×256×256 | 366K | 80k | 8×64 | 117 | [:link:](https://huggingface.co/hpcai-tech/Open-Sora/blob/main/OpenSora-v1-16x256x256.pth) | | 16×256×256 | 20K HQ | 24k | 8×64 | 45 | [:link:](https://huggingface.co/hpcai-tech/Open-Sora/blob/main/OpenSora-v1-HQ-16x256x256.pth) |