Skip to content

Update faiss-cpu requirement from ~=1.8 to ~=1.10 #289

Update faiss-cpu requirement from ~=1.8 to ~=1.10

Update faiss-cpu requirement from ~=1.8 to ~=1.10 #289

Triggered via pull request January 31, 2025 17:37
Status Failure
Total duration 2m 1s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Python 3.10, Torch 2.4: examples/utils.py#L21
Object of type "Tensor" is not callable   Attribute "__call__" is unknown (reportCallIssue)
Python 3.10, Torch 2.4: examples/fine_tuning/training.py#L147
Object of type "Tensor" is not callable   Attribute "__call__" is unknown (reportCallIssue)
Python 3.10, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L20
"__getitem__" method not defined on type "Module" (reportIndexIssue)
Python 3.10, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L20
Cannot access attribute "parameters" for class "Tensor"   Attribute "parameters" is unknown (reportAttributeAccessIssue)
Python 3.10, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L24
Cannot access attribute "fc" for class "Tensor"   Attribute "fc" is unknown (reportAttributeAccessIssue)
Python 3.10, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L24
Cannot access attribute "in_features" for class "Tensor"   Attribute "in_features" is unknown (reportAttributeAccessIssue)
Python 3.10, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L25
Cannot assign to attribute "fc" for class "Tensor"   Attribute "fc" is unknown (reportAttributeAccessIssue)
Python 3.10, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L26
Argument of type "Unknown | Tensor | Module" cannot be assigned to parameter "in_features" of type "int" in function "__init__"   Type "Unknown | Tensor | Module" is not assignable to type "int"     "Module" is not assignable to "int" (reportArgumentType)
Python 3.10, Torch 2.4
8 errors
Python 3.11, Torch 2.4
The job was canceled because "_3_10_2_4" failed.
Python 3.11, Torch 2.4: examples/utils.py#L21
Object of type "Tensor" is not callable   Attribute "__call__" is unknown (reportCallIssue)
Python 3.11, Torch 2.4: examples/fine_tuning/training.py#L147
Object of type "Tensor" is not callable   Attribute "__call__" is unknown (reportCallIssue)
Python 3.11, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L20
"__getitem__" method not defined on type "Module" (reportIndexIssue)
Python 3.11, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L20
Cannot access attribute "parameters" for class "Tensor"   Attribute "parameters" is unknown (reportAttributeAccessIssue)
Python 3.11, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L24
Cannot access attribute "fc" for class "Tensor"   Attribute "fc" is unknown (reportAttributeAccessIssue)
Python 3.11, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L24
Cannot access attribute "in_features" for class "Tensor"   Attribute "in_features" is unknown (reportAttributeAccessIssue)
Python 3.11, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L25
Cannot assign to attribute "fc" for class "Tensor"   Attribute "fc" is unknown (reportAttributeAccessIssue)
Python 3.11, Torch 2.4: examples/fine_tuning/cifar_100/model.py#L26
Argument of type "Unknown | Tensor | Module" cannot be assigned to parameter "in_features" of type "int" in function "__init__"   Type "Unknown | Tensor | Module" is not assignable to type "int"     "Module" is not assignable to "int" (reportArgumentType)
Python 3.11, Torch 2.4
8 errors
Python 3.12, Torch 2.4
The job was canceled because "_3_10_2_4" failed.
Python 3.12, Torch 2.4
The operation was canceled.