Skip to content

Commit

Permalink
test with F40
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Apr 23, 2024
1 parent 8bf7ae9 commit 3e09877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logdetective/logdetective.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from drain3.template_miner_config import TemplateMinerConfig
import logging
import sys
import shutil

Check warning

Code scanning / vcs-diff-lint

standard import "shutil" should be placed before third party imports "requests", "llama_cpp.Llama", "numpy", "drain3", "drain3.template_miner_config.TemplateMinerConfig" Warning

standard import "shutil" should be placed before third party imports "requests", "llama_cpp.Llama", "numpy", "drain3", "drain3.template_miner_config.TemplateMinerConfig"

Check warning

Code scanning / vcs-diff-lint

Unused import shutil Warning

Unused import shutil
import progressbar

DEFAULT_ADVISOR = "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q4_K_S.gguf?download=true"
Expand Down

0 comments on commit 3e09877

Please sign in to comment.