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

Upstreamchanges to base #1

Merged
merged 17 commits into from
Apr 16, 2023
Merged

Upstreamchanges to base #1

merged 17 commits into from
Apr 16, 2023

Commits on Apr 14, 2023

  1. py : cleanup dependencies (LostRuins#962)

    after LostRuins#545 we do not need torch, tqdm and requests in the dependencies
    prusnak authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a32f7ac View commit details
    Browse the repository at this point in the history
  2. ggml : add unary and binary map operations (LostRuins#874)

    * GGML map ops proof of concept.
    
    * Various cleanups.
    
    Add handling for task setting.
    
    Add handling for ggml_compute_backward.
    
    Rename functions to ggml_map_unary_f32 and ggml_map_binary_f32
    
    Fix compiler warnings related to casting function pointers and `void *`
    
    Reorder functions and definitions based on the GGML op number.
    
    Use typedefs for map op function pointer types.
    
    * Fix position of map ops cases in ggml_compute_forward
    KerfuffleV2 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c9a59b7 View commit details
    Browse the repository at this point in the history
  3. main : alternative instruct mode (Vicuna support, etc.) (LostRuins#863)

    * Add support for configs, add configurable prefixes / suffixes, deprecate instruct mode, add stop prompt
    
    * Add multiline mode, update text input.
    
    * bugfix
    
    * update implementation
    
    * typos
    
    * Change --multiline implementation to be toggled by EOF.
    
    * bugfix
    
    * default multiline mode
    
    * add more configs
    
    * update formating
    
    * update formatting
    
    * apply suggestions
    aroidzap authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f4d277a View commit details
    Browse the repository at this point in the history
  4. Expose type name from ggml (LostRuins#970)

    Avoid duplication of type names in utils
    
    Co-authored-by: Håkon H. Hitland <[email protected]>
    prusnak and unbounded authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c56b715 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93265e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4890935 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c85e03d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Merge branch 'master' into concedo

    # Conflicts:
    #	.devops/full.Dockerfile
    #	Makefile
    #	flake.nix
    LostRuins committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    d00b865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fbfc80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57d046e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eb1c18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e992ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad56768 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    YellowRoseCx authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    472ee3f View commit details
    Browse the repository at this point in the history
  8. added wordstopper

    YellowRoseCx authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    4399c55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    032180b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

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