Commit Graph

  • 0a524f1d59 reticulating splines mrq 2023-08-03 21:39:00 -0500
  • 608c1970eb ops mrq 2023-08-03 20:36:19 -0500
  • c85101403f big cleanup mrq 2023-08-03 20:26:36 -0500
  • 2e03e5ac93 Fixed an issue with having fairseq installed at all will brick logging mrq 2023-08-02 22:57:10 -0500
  • f6597e2dfe adjustments mrq 2023-08-02 18:36:26 -0500
  • 0f9b81de75 oops mrq 2023-08-02 18:12:36 -0500
  • 7a06b27a9c Tweaks mrq 2023-08-02 22:06:39 +0000
  • d88e43800b adjustments mrq 2023-08-02 22:01:49 +0000
  • bf8cedc9dd Rewrite init mrq 2023-08-02 21:53:35 +0000
  • e94fdc10ed
    Merge a31aefe698 into 3476d393d2 Orjwan Zaafarani 2023-01-22 18:37:15 +0300
  • a31aefe698 Updated README.md oturki 2023-01-22 18:33:38 +0300
  • d3900682d0 Updated README.md oturki 2023-01-22 18:32:49 +0300
  • fee11cfe16 Created a Dockerfile and updated the README.md oturki 2023-01-22 18:31:32 +0300
  • 3476d393d2
    Update README.md Zhe Niu 2023-01-19 08:23:10 +0800
  • 5548571917
    Add Colab Zhe Niu 2023-01-19 02:11:43 +0800
  • 3b2304228c Only do empty test for training enhuiz 2023-01-19 01:20:39 +0800
  • 2639ba9cab Simplify enhuiz 2023-01-19 00:03:51 +0800
  • d80ef1d970 Remove unused test dl enhuiz 2023-01-18 23:52:49 +0800
  • 2e9f5030a3 Don't cache dataloader by default, raise if there is no valid path enhuiz 2023-01-18 10:20:20 +0800
  • 2a68378421 Avoid implicit seeding for better continue training enhuiz 2023-01-17 22:47:22 +0800
  • 6b8da6cb05 Update utils, logging real grad norm enhuiz 2023-01-17 22:30:38 +0800
  • b9a949a534 Fix docs enhuiz 2023-01-17 19:39:33 +0800
  • 81da0ceaa3 Add model exporting and CLI, update docs and testing data enhuiz 2023-01-17 19:38:13 +0800
  • 16dd5f65f6 Fix enhuiz 2023-01-16 19:50:22 +0800
  • 4c5ebd2f1e Add data enhuiz 2023-01-16 16:44:10 +0800
  • 035f48d670 Fix device enhuiz 2023-01-16 16:39:16 +0800
  • b5e1ab8057 Fix a difference in NAR implementation enhuiz 2023-01-16 16:34:05 +0800
  • 8188506440 Use different sampling temperature for AR and NAR enhuiz 2023-01-16 12:35:02 +0800
  • 77b52e42ce Batch accumulation. Ignore prompt and text loss in NAR and prompt loss in AR. Sampling temperature. enhuiz 2023-01-16 02:01:00 +0800
  • b7d3c89d6d Add __init__.py enhuiz 2023-01-15 22:02:36 +0800
  • f6c6df00b5 Update default configs enhuiz 2023-01-15 12:14:33 +0800
  • 7f99d692c6 Add a plot script enhuiz 2023-01-15 11:42:00 +0800
  • f33ce7e5a9 Update requirements enhuiz 2023-01-14 17:23:35 +0800
  • 06544d4fb7 Remove old requirements enhuiz 2023-01-14 17:17:29 +0800
  • 1c5d49f9c1 Forbid the prompt and response audio to be the same enhuiz 2023-01-14 17:09:25 +0800
  • be4619cddf Support fp16 enhuiz 2023-01-14 17:09:08 +0800
  • 4cb958f7ff Update docs enhuiz 2023-01-14 17:08:18 +0800
  • 62d658c8f1 add missing __init__.py Emmanuel Schmidbauer 2023-01-13 09:37:04 -0500
  • 1d3ec4bacc
    Merge 7a67b709b1 into a5f05418bd Christopher Woodall 2023-01-13 07:58:48 -0500
  • 7a67b709b1 Update README.md Christopher Woodall 2023-01-13 07:58:21 -0500
  • ea4ffc0c67 Update README.md Christopher Woodall 2023-01-13 07:58:00 -0500
  • a72bf105e9 Update README.md Christopher Woodall 2023-01-13 07:53:15 -0500
  • a3ebb41ea1 replace setup.py and requirements.txt with pyproject.toml Christopher Woodall 2023-01-13 07:53:13 -0500
  • 9b27bc9baf Update .gitignore Christopher Woodall 2023-01-13 07:40:28 -0500
  • a5f05418bd Add clone instruction enhuiz 2023-01-13 13:41:19 +0800
  • 8355bc62bb Remove dirty flag enhuiz 2023-01-13 13:35:06 +0800
  • 71c85e8a2b Add AdaNorm to AdaLN enhuiz 2023-01-13 02:16:28 +0800
  • fbf023448c Update enhuiz 2023-01-13 01:08:13 +0800
  • 02ed659d2b Update enhuiz 2023-01-13 01:04:48 +0800
  • 1903d7bb4e Add citations enhuiz 2023-01-13 01:03:09 +0800
  • 6651403910 Remove old comments enhuiz 2023-01-13 00:45:46 +0800
  • f962a9d744 Fix raise enhuiz 2023-01-13 00:34:40 +0800
  • 36e8894f5c AdaLN and sample-wise quant level sampling enhuiz 2023-01-13 00:32:34 +0800
  • bead906d72
    Update setup.py Zhe Niu 2023-01-12 20:45:59 +0800
  • 3b6c88d897 Fix iters enhuiz 2023-01-12 20:42:28 +0800
  • e9ca0e7959 More lenient requirement enhuiz 2023-01-12 20:38:16 +0800
  • c3894a8881 Don't include cuda version enhuiz 2023-01-12 20:37:34 +0800
  • e7606d97dd Python version enhuiz 2023-01-12 20:37:04 +0800
  • 6d05e7f78b Set python version >= 3.10.0 enhuiz 2023-01-12 20:35:59 +0800
  • c0fff54518 Rename enhuiz 2023-01-12 20:30:59 +0800
  • 85c6a11f26 Faster validation enhuiz 2023-01-12 20:26:49 +0800
  • 946c86e422
    Update README.md Zhe Niu 2023-01-12 20:09:58 +0800
  • 52998447b7 Make more VRAM friendly enhuiz 2023-01-12 20:07:44 +0800
  • f91db1a64c Update enhuiz 2023-01-12 20:06:43 +0800
  • 886c11de46 Typo enhuiz 2023-01-12 19:55:04 +0800
  • 74b9dc5068 Update config enhuiz 2023-01-12 19:52:21 +0800
  • 4c1695e2cf Remove duplicates, smaller bs by default enhuiz 2023-01-12 19:50:12 +0800
  • 777f9d6a13 Fix feeder enhuiz 2023-01-12 19:48:48 +0800
  • 958c2df660 Better prompt sampling enhuiz 2023-01-12 19:46:05 +0800
  • 3a4d5be18b Add model presets enhuiz 2023-01-12 19:45:50 +0800
  • ae029c1d75 Hardcode prom levels enhuiz 2023-01-12 19:44:59 +0800
  • 49250b3c17
    Update README.md Zhe Niu 2023-01-12 18:31:29 +0800
  • 024a064910 Fix enhuiz 2023-01-12 18:24:32 +0800
  • 0b3d323371 Add setup enhuiz 2023-01-12 18:21:51 +0800
  • 8edaa36f2f Skip exists enhuiz 2023-01-12 18:09:57 +0800
  • 45fc310876
    Create LICENSE Zhe Niu 2023-01-12 15:01:26 +0800
  • 9ab5686d8e
    Update README.md Zhe Niu 2023-01-12 14:57:28 +0800
  • 54acc621d4 Update docs enhuiz 2023-01-12 14:56:30 +0800
  • c3bacebfab Add trainer enhuiz 2023-01-12 14:41:44 +0800
  • d19449f1f1 Checkpoint on attention and only sample one layer for NAR enhuiz 2023-01-12 14:41:30 +0800
  • 5e4ef084b8 Simplify interface enhuiz 2023-01-12 14:24:35 +0800
  • ea5e438fdb prom_list -> proms_list enhuiz 2023-01-12 14:11:32 +0800
  • de59c04c50 Remove old enhuiz 2023-01-12 12:58:48 +0800
  • b1f2f39f21 Check enhuiz 2023-01-12 12:58:22 +0800
  • af4dbf0b3e Refactor, add NAR enhuiz 2023-01-12 12:56:33 +0800
  • 6c5f250faa Absorb stop token into the model enhuiz 2023-01-12 00:09:11 +0800
  • 43483bb394 Add audio decoding enhuiz 2023-01-11 23:51:56 +0800
  • 2296e2ea3c Delay pe to cover sep enhuiz 2023-01-11 23:11:24 +0800
  • 4b75b3adf3 Update enhuiz 2023-01-11 23:06:35 +0800
  • 49d6136649 Add test audio enhuiz 2023-01-11 23:04:17 +0800
  • 154ddf264c Init enhuiz 2023-01-11 23:03:25 +0800
  • e24ac210a0 first commit enhuiz 2023-01-11 19:32:42 +0800