mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-03 17:44:34 +00:00
python bindings: typing fixes, misc fixes (#1131)
* python: do not mutate locals() * python: fix (some) typing complaints * python: queue sentinel need not be a str * python: make long inference tests opt in
This commit is contained in:
@@ -25,4 +25,7 @@ isort:
|
||||
source env/bin/activate; isort --ignore-whitespace --atomic -w 120 gpt4all
|
||||
|
||||
test:
|
||||
source env/bin/activate; pytest -s gpt4all/tests -k "not test_inference_long"
|
||||
|
||||
test_all:
|
||||
source env/bin/activate; pytest -s gpt4all/tests
|
||||
|
Reference in New Issue
Block a user