mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-05 11:36:44 +00: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,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…
Reference in New Issue
Block a user