nix: update to PyTorch 2.5.1

This commit is contained in:
Daniël de Kok 2025-01-17 06:44:21 +00:00
parent 82f6ea1b71
commit bde5f9ad82
2 changed files with 5 additions and 4 deletions

View File

@ -978,15 +978,16 @@
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1736436388,
"narHash": "sha256-CIyxVPpM9RrSwthNT/4DQ10YPk/uwzP7AeE83kBNsrE=",
"lastModified": 1737042758,
"narHash": "sha256-yW8IIcNU08IXxFJEv9lqnmx+4qcT6IfTvDqgw8NO1nM=",
"owner": "huggingface",
"repo": "text-generation-inference-nix",
"rev": "5103c3fb1f9ad1fd33b6e09ff05e957884b112d5",
"rev": "12137321ce83850131ef5307e846c4e304366e3a",
"type": "github"
},
"original": {
"owner": "huggingface",
"ref": "pytorch-3.5.1",
"repo": "text-generation-inference-nix",
"type": "github"
}

View File

@ -5,7 +5,7 @@
inputs.nixpkgs.follows = "tgi-nix/nixpkgs";
};
nix-filter.url = "github:numtide/nix-filter";
tgi-nix.url = "github:huggingface/text-generation-inference-nix";
tgi-nix.url = "github:huggingface/text-generation-inference-nix/pytorch-3.5.1";
nixpkgs.follows = "tgi-nix/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {