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

attempt at chat function #343

Merged
merged 5 commits into from
Aug 25, 2023
Merged

attempt at chat function #343

merged 5 commits into from
Aug 25, 2023

Commits on Aug 23, 2023

  1. attempt at chat function, but it was 8AM and I didn't have coffee yet…

    …. Seems to work but it's probably subtly broken or too complex. version 1 only, lots of hard-coded non-sensical buffer sizes. Have to go to work now
    karpathy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c5e0e7f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. fix chat format bug i think

    karpathy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    40fb902 View commit details
    Browse the repository at this point in the history
  2. ok getting closer, and manually verified correctness of the schema ma…

    …tching python. still some weirdness in the printing to chase down, and also have to tune the buffer lengths and make them sensible and such
    karpathy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3d787b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. adjust things a bit

    karpathy committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fbe324f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7a62b View commit details
    Browse the repository at this point in the history