-
Notifications
You must be signed in to change notification settings - Fork 864
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
BabyLlama with CPP backend #2544
BabyLlama with CPP backend #2544
Commits on Aug 25, 2023
-
Baby Llama - Porting run.c for integration and fixed clang type conve…
…rsion errors. Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 641a708 - Browse repository at this point
Copy the full SHA 641a708View commit details -
Custom preprocess implementation
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 016e4f1 - Browse repository at this point
Copy the full SHA 016e4f1View commit details
Commits on Aug 28, 2023
-
Free memory only after the inference is done
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38d3e93 - Browse repository at this point
Copy the full SHA 38d3e93View commit details -
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52a7927 - Browse repository at this point
Copy the full SHA 52a7927View commit details
Commits on Aug 31, 2023
-
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c675664 - Browse repository at this point
Copy the full SHA c675664View commit details
Commits on Sep 4, 2023
-
Reading checkpoint path and tokenizer path from config file using folly
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 374a2e8 - Browse repository at this point
Copy the full SHA 374a2e8View commit details -
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48f522c - Browse repository at this point
Copy the full SHA 48f522cView commit details -
Replace auto with appropriate data type
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49a3015 - Browse repository at this point
Copy the full SHA 49a3015View commit details
Commits on Sep 5, 2023
-
Using smartpointers and initializing the vector with appropriate size…
… upfront Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeb1bb0 - Browse repository at this point
Copy the full SHA aeb1bb0View commit details -
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee20424 - Browse repository at this point
Copy the full SHA ee20424View commit details -
Directly converting the tensor values to prompt token ids
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5d9799 - Browse repository at this point
Copy the full SHA f5d9799View commit details -
Moving run.c and common variables to .cc file
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b3de26 - Browse repository at this point
Copy the full SHA 9b3de26View commit details -
Moving run.c to a separate folder
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e0e2c3 - Browse repository at this point
Copy the full SHA 3e0e2c3View commit details -
Uncommenting the original run.c main method
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c0495e - Browse repository at this point
Copy the full SHA 5c0495eView commit details -
Implemented destructor to free up resources
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e75a5ae - Browse repository at this point
Copy the full SHA e75a5aeView commit details -
Supporting files for unit test
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9afce52 - Browse repository at this point
Copy the full SHA 9afce52View commit details
Commits on Sep 6, 2023
-
Processing all the batch inputs
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d12619 - Browse repository at this point
Copy the full SHA 0d12619View commit details -
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd03fd8 - Browse repository at this point
Copy the full SHA bd03fd8View commit details
Commits on Sep 12, 2023
-
Updating InferenceMode to use torch::InferenceMode
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2dc632 - Browse repository at this point
Copy the full SHA d2dc632View commit details -
Updating class name to BabyLlamaHandler
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67b46aa - Browse repository at this point
Copy the full SHA 67b46aaView commit details -
Renaming llm_handler target to babyllama_handler
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f30aab2 - Browse repository at this point
Copy the full SHA f30aab2View commit details -
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7174cde - Browse repository at this point
Copy the full SHA 7174cdeView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6dc025b - Browse repository at this point
Copy the full SHA 6dc025bView commit details
Commits on Sep 14, 2023
-
Calculate tokens/per second for batch input
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 450b85d - Browse repository at this point
Copy the full SHA 450b85dView commit details -
Adding README.md for babyllama example
Signed-off-by: Shrinath Suresh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d279be - Browse repository at this point
Copy the full SHA 8d279beView commit details