We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd66e9 commit 6ee8253Copy full SHA for 6ee8253
gguf-py/gguf/gguf_reader.py
@@ -1,5 +1,3 @@
1
-# pyright: reportInvalidTypeForm=false
2
-#
3
# GGUF file reading/modification support. For API usage information,
4
# please see the files scripts/ for some fairly simple examples.
5
#
pyrightconfig.json
@@ -2,6 +2,7 @@
"extraPaths": ["gguf-py"],
"pythonVersion": "3.10",
"pythonPlatform": "All",
+ "reportInvalidTypeForm": false, // TODO: remove once numpy 2.2.x resolves the transition to their new type system
6
"reportUnusedImport": "warning",
7
"reportDuplicateImport": "error",
8
"reportDeprecated": "warning",
0 commit comments