-
Notifications
You must be signed in to change notification settings - Fork 27
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
Commits on Apr 14, 2023
-
py : cleanup dependencies (LostRuins#962)
after LostRuins#545 we do not need torch, tqdm and requests in the dependencies
Configuration menu - View commit details
-
Copy full SHA for a32f7ac - Browse repository at this point
Copy the full SHA a32f7acView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c9a59b7 - Browse repository at this point
Copy the full SHA c9a59b7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f4d277a - Browse repository at this point
Copy the full SHA f4d277aView commit details -
Expose type name from ggml (LostRuins#970)
Avoid duplication of type names in utils Co-authored-by: Håkon H. Hitland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c56b715 - Browse repository at this point
Copy the full SHA c56b715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93265e9 - Browse repository at this point
Copy the full SHA 93265e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4890935 - Browse repository at this point
Copy the full SHA 4890935View commit details -
Revert "main : alternative instruct mode (Vicuna support, etc.) (Lost…
…Ruins#863)" (LostRuins#982) This reverts commit f4d277a.
Configuration menu - View commit details
-
Copy full SHA for c85e03d - Browse repository at this point
Copy the full SHA c85e03dView commit details
Commits on Apr 15, 2023
-
Merge branch 'master' into concedo
# Conflicts: # .devops/full.Dockerfile # Makefile # flake.nix
Configuration menu - View commit details
-
Copy full SHA for d00b865 - Browse repository at this point
Copy the full SHA d00b865View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fbfc80 - Browse repository at this point
Copy the full SHA 8fbfc80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d046e - Browse repository at this point
Copy the full SHA 57d046eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb1c18 - Browse repository at this point
Copy the full SHA 3eb1c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e992ea - Browse repository at this point
Copy the full SHA 3e992eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad56768 - Browse repository at this point
Copy the full SHA ad56768View commit details -
Configuration menu - View commit details
-
Copy full SHA for 472ee3f - Browse repository at this point
Copy the full SHA 472ee3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4399c55 - Browse repository at this point
Copy the full SHA 4399c55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032180b - Browse repository at this point
Copy the full SHA 032180bView commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 71dc2a5 - Browse repository at this point
Copy the full SHA 71dc2a5View commit details