Commit 430563e
Useful error handling (#17)
* init
* black ruff fixes
* better readme completion
* type fix
* simpler feedback check
* black ruff changes
* no_implicit_optional
* mypy errors addressed
* different mypy version
* black ruff
* typo in readme fixed
* typo in readme fixed
* typo in readme fixed
* update example
* Update README.md
Co-authored-by: Justus Calvin <justusc@users.noreply.github.com>
* unrealted typo wether to whether in complete.py
* Update src/together/commands/files.py
Co-authored-by: Justus Calvin <justusc@users.noreply.github.com>
* Update src/together/complete.py
Co-authored-by: Justus Calvin <justusc@users.noreply.github.com>
* Update src/together/files.py
Co-authored-by: Justus Calvin <justusc@users.noreply.github.com>
* Update src/together/files.py
Co-authored-by: Justus Calvin <justusc@users.noreply.github.com>
* Update src/together/finetune.py
Co-authored-by: Justus Calvin <justusc@users.noreply.github.com>
* remove logger
* incorporate justus's suggestions
* reconcile suggestions
* ruf black fixes to reverse of cleanup
---------
Co-authored-by: Carson Lam <carsonlam@Carsons-MacBook-Pro-2.local>
Co-authored-by: Justus Calvin <justusc@users.noreply.github.com>1 parent 8d6551f commit 430563e
File tree
9 files changed
+930
-66
lines changed- src/together
- commands
9 files changed
+930
-66
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| |||
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
49 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
27 | 48 | | |
28 | 49 | | |
29 | 50 | | |
| |||
32 | 53 | | |
33 | 54 | | |
34 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
35 | 71 | | |
36 | 72 | | |
37 | 73 | | |
| |||
87 | 123 | | |
88 | 124 | | |
89 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
90 | 132 | | |
91 | 133 | | |
92 | | - | |
| 134 | + | |
93 | 135 | | |
94 | 136 | | |
95 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 | | |
70 | 77 | | |
71 | 78 | | |
| |||
140 | 147 | | |
141 | 148 | | |
142 | 149 | | |
143 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
144 | 158 | | |
145 | 159 | | |
146 | 160 | | |
| |||
0 commit comments