mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 04:30:11 +01:00
Disable mypy on a file that is specific to local mode
Otherwise it fails because of missing dependencies in CICD
This commit is contained in:
parent
29816d8a3a
commit
99a870bcee
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# Ignoring the mypy check in this file, given that this file is imported only if
|
||||
# running in local mode (and therefore the llama-cpp-python library is installed).
|
||||
# type: ignore
|
||||
"""Helper to get your llama_index messages correctly serialized into a prompt.
|
||||
|
||||
This set of classes and functions is used to format a series of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue