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

Add Developer Applications Demo using Transformers Library #10

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on May 7, 2024

  1. Add .gitignore file

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cab1629 View commit details
    Browse the repository at this point in the history
  2. DevApp on Cloud AI using Library

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e6ebefd View commit details
    Browse the repository at this point in the history
  3. Add LLMGenerator to library

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2d2facc View commit details
    Browse the repository at this point in the history
  4. Update Readme.md for app

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    be46390 View commit details
    Browse the repository at this point in the history
  5. Update License

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c90694a View commit details
    Browse the repository at this point in the history
  6. Removed qpc_json, add utils

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c191b22 View commit details
    Browse the repository at this point in the history
  7. Add app_config, removed dead code, tested app

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2d6f914 View commit details
    Browse the repository at this point in the history
  8. Clean code

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7da5f72 View commit details
    Browse the repository at this point in the history
  9. Remove app_config.json

    Removed app_config.json, instructions to create the .json is
    added in Readme.md
    
    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    226e66c View commit details
    Browse the repository at this point in the history
  10. Update certificates and readme

    Remove cert.pem and key.pem and update Readme.md with instructions to generate them
    
    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 7, 2024
    Configuration menu
    Copy the full SHA
    83f9d2b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update requirements

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f9883f4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Updated readme, updated llm_generator apis

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 9, 2024
    Configuration menu
    Copy the full SHA
    31aabf7 View commit details
    Browse the repository at this point in the history
  2. Apply chat template with system prompt

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 9, 2024
    Configuration menu
    Copy the full SHA
    66ced10 View commit details
    Browse the repository at this point in the history
  3. Fixes for llama3, mistral and codellama

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3d096f1 View commit details
    Browse the repository at this point in the history
  4. Update certificates and clean code

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 9, 2024
    Configuration menu
    Copy the full SHA
    19fe5e7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Added qeff infer api

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d9c6f33 View commit details
    Browse the repository at this point in the history
  2. modified infer api to skip model download if qpc exits

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a3f65c4 View commit details
    Browse the repository at this point in the history
  3. Restore interface for infer cli api

    Signed-off-by: Himanshu Upreti <[email protected]>
    hupreti committed May 13, 2024
    Configuration menu
    Copy the full SHA
    aaa395b View commit details
    Browse the repository at this point in the history