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

callback to abort ggml_graph_compute() #328

Merged
merged 13 commits into from
Jul 11, 2023
Merged

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    10fb185 View commit details
    Browse the repository at this point in the history
  2. use pthread_cancel

    CCLDArjun committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    8bff0bd View commit details
    Browse the repository at this point in the history
  3. forgot to commit ggml.h

    CCLDArjun committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    293d605 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. static always_false()

    Co-authored-by: Georgi Gerganov <[email protected]>
    CCLDArjun and ggerganov committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    21bdeea View commit details
    Browse the repository at this point in the history
  2. accept callback data

    CCLDArjun committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f132e16 View commit details
    Browse the repository at this point in the history
  3. proper function prototype

    CCLDArjun committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f9432d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2506a1d View commit details
    Browse the repository at this point in the history
  5. return exit status

    CCLDArjun committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4218d92 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    fcd5b17 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    e6a9fe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47de3d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    118809b View commit details
    Browse the repository at this point in the history
  4. make sure all threads abort

    CCLDArjun committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    26b90d0 View commit details
    Browse the repository at this point in the history