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

Feature/openvino #69

Merged
merged 21 commits into from
Feb 24, 2025
Merged

Feature/openvino #69

merged 21 commits into from
Feb 24, 2025

Conversation

DanielHirschTNG
Copy link

Description:

Please provide a brief description of the changes made in this pull request.

Related Issue:

If this pull request is related to any existing issue, please mention the issue number here.

Changes Made:

Please list down the specific changes made in this pull request.

Testing Done:

Please describe the testing that has been done to ensure the changes made in this pull request are functioning as expected.

Screenshots:

If applicable, please provide screenshots or GIFs or videos to visually demonstrate the changes made.

Checklist:

  • I have tested the changes locally.
  • I have self-reviewed the code changes.
  • I have updated the documentation, if necessary.

def __calculate_md5(self, file_path: str) -> str:
import hashlib

hasher = hashlib.md5()

Check warning

Code scanning / Bandit

Use of insecure MD2, MD4, MD5, or SHA1 hash function. Warning

Use of insecure MD2, MD4, MD5, or SHA1 hash function.
"enable_rag": False,
"model_repo_id": "meta-llama-3.1-8b-instruct-q5_k_m.gguf",
}
response = requests.post(url, json=params, stream=True)

Check warning

Code scanning / Bandit

Call to requests without timeout Warning

Call to requests without timeout
DanielHirschTNG and others added 10 commits February 13, 2025 14:29
Refs: #50
Signed-off-by: Markus Schuettler <markus.schuettler@tngtech.com>
Signed-off-by: Markus Schuettler <markus.schuettler@tngtech.com>
Refs: #50
Signed-off-by: Markus Schuettler <markus.schuettler@tngtech.com>
Refs: #50
Signed-off-by: Markus Schuettler <markus.schuettler@tngtech.com>
Refs: #50
Signed-off-by: Markus Schuettler <markus.schuettler@tngtech.com>
@mschuettlerTNG mschuettlerTNG force-pushed the feature/openvino branch 3 times, most recently from a012611 to 10fba92 Compare February 23, 2025 23:25
Refs: #50
Signed-off-by: Markus Schuettler <markus.schuettler@tngtech.com>
@mschuettlerTNG mschuettlerTNG merged commit 2c35529 into dev Feb 24, 2025
9 of 10 checks passed
@mschuettlerTNG mschuettlerTNG deleted the feature/openvino branch February 25, 2025 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants