Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement prompt chunking #623

Merged
merged 20 commits into from
Aug 3, 2024
Merged

Implement prompt chunking #623

merged 20 commits into from
Aug 3, 2024

Conversation

EricLBuehler
Copy link
Owner

Trades memory spike for performance.

Copy link

github-actions bot commented Jul 24, 2024

Code Metrics Report
  ===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 C Header                2           35           28            0            7
 Dockerfile              1           34           25            0            9
 Happy                   1          442          369            0           73
 JSON                   11          102          101            0            1
 Python                 45         1996         1696           62          238
 TOML                   19          574          506           11           57
-------------------------------------------------------------------------------
 Jupyter Notebooks       4            0            0            0            0
 |- Markdown             2           77           32           31           14
 |- Python               2          196          169            1           26
 (Total)                            273          201           32           40
-------------------------------------------------------------------------------
 Markdown               25         1841            0         1384          457
 |- BASH                 5          101           98            0            3
 |- JSON                 1           12           12            0            0
 |- Python               5           92           82            0           10
 |- Rust                 6          408          365           19           24
 |- TOML                 2           75           63            0           12
 (Total)                           2529          620         1403          506
-------------------------------------------------------------------------------
 Rust                  173        55409        50298          991         4120
 |- Markdown            92          862           13          799           50
 (Total)                          56271        50311         1790         4170
===============================================================================
 Total                 282        60433        53023         2448         4962
===============================================================================
  

@EricLBuehler
Copy link
Owner Author

Closes #216

Cargo.toml Outdated Show resolved Hide resolved
@EricLBuehler EricLBuehler merged commit a3aeeb8 into master Aug 3, 2024
15 checks passed
@EricLBuehler EricLBuehler deleted the prompt_chunking branch August 3, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant