python3Packages.tinygrad: 0.10.3 -> 0.11.0 (#435102)

Changed files
+12 -8
pkgs
development
python-modules
tinygrad
+12 -8
pkgs/development/python-modules/tinygrad/default.nix
···
buildPythonPackage rec {
pname = "tinygrad";
-
version = "0.10.3";
+
version = "0.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tinygrad";
repo = "tinygrad";
tag = "v${version}";
-
hash = "sha256-IQ0EAjj8kYUwzvMsAiNnvRm/twC40r9JWXUocaETjC8=";
+
hash = "sha256-VG2rhkiwPFN3JYSBbqrwCdqhdGE8GY6oEatMSCydhw8=";
};
patches = [
···
# AssertionError: 2.1376906810000946 not less than 2.0
"test_recursive_pad"
-
# Since updated onnx to 1.18.0:
-
# onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Load model from ...
-
# Unsupported model IR version: 11, max supported IR version: 10
-
"test_quant_128"
-
# Require internet access
+
"testCopySHMtoDefault"
"test_benchmark_openpilot_model"
"test_bn_alone"
"test_bn_linear"
···
"test_chicken"
"test_chicken_bigbatch"
"test_conv_mnist"
-
"testCopySHMtoDefault"
"test_data_parallel_resnet"
+
"test_dataset_is_realized"
"test_e2e_big"
"test_fetch_small"
"test_huggingface_enet_safetensors"
"test_index_mnist"
"test_linear_mnist"
+
"test_llama_basic"
+
"test_llama_bytes"
+
"test_llama_control_char"
+
"test_llama_early_tokenize"
+
"test_llama_pat"
+
"test_llama_repeat"
+
"test_llama_special1"
+
"test_llama_special2"
"test_load_convnext"
"test_load_enet"
"test_load_enet_alt"