| 30 Mar 2023 |
hexa | https://matrix.to/#/!ZRgXNaHrdpGqwUnGnj:nixos.org/$m_26XmVNH3x_nFrKOVfml142TVegMcI0k2UZXD6v-J8?via=nixos.org&via=matrix.org&via=nixos.dev | 23:08:07 |
hexa | does anyone here care about tensorflow 2.12.0 and it's 19 CVEs? | 23:08:22 |
SomeoneSerge (matrix works sometimes) | In reply to @hexa:lossy.network https://matrix.to/#/!ZRgXNaHrdpGqwUnGnj:nixos.org/$m_26XmVNH3x_nFrKOVfml142TVegMcI0k2UZXD6v-J8?via=nixos.org&via=matrix.org&via=nixos.dev Jeez | 23:09:20 |
hexa | every tensorflow release ever? 😄 | 23:10:06 |
SomeoneSerge (matrix works sometimes) | In reply to @hexa:lossy.network every tensorflow release ever? 😄 afaiu what's need is "just" to update tf? | 23:24:04 |
hexa | yeah, "just" 🤡 | 23:24:21 |
SomeoneSerge (matrix works sometimes) | I practically spend the day coming up with memes about bazel | 23:24:52 |
SomeoneSerge (matrix works sometimes) | * I practically spent the day coming up with memes about bazel | 23:24:56 |
SomeoneSerge (matrix works sometimes) | In reply to @hexa:lossy.network https://matrix.to/#/!ZRgXNaHrdpGqwUnGnj:nixos.org/$m_26XmVNH3x_nFrKOVfml142TVegMcI0k2UZXD6v-J8?via=nixos.org&via=matrix.org&via=nixos.dev I can have a look on Saturday, if no one takes over before then. I hope someone takes over | 23:31:23 |
| 31 Mar 2023 |
| Pedro Alves joined the room. | 09:54:12 |
Pedro Alves | Hi all, not sure if this is the best place to ask, but I've been trying for the past hour or two to get tensorflowWithCuda using the cached version with 0 success
Is there any specific nixpkgs tag that is build in the cache? Right now I'm using nixos-unstable, specifically commit 3ad64d9e2d5bf80c877286102355b1625891ae9a. I have a flake.nix with a devShell containing
buildInputs = [
(python3.withPackages (p: with p; [ tensorflowWithCuda ]))
];
But it will not use any cached version (and, as far as I can tell, it's not actually cached? It's trying to compile nccl, which I have left running for over an hour and it still compiled, a dry-run reveals the hash for that is 87kylkr9cszpzmf9iv6p705a2g43zzaq, which using the curl method to see if it's on cachix reveals that it is, in fact, not in there... what am I missing?
| 09:58:30 |
Pedro Alves | * Hi all, not sure if this is the best place to ask, but I've been trying for the past hour or two to get tensorflowWithCuda using the cached version with 0 success
Is there any specific nixpkgs tag that is build in the cache? Right now I'm using nixos-unstable, specifically commit 3ad64d9e2d5bf80c877286102355b1625891ae9a. I have a flake.nix with a devShell containing
buildInputs = [
(python3.withPackages (p: with p; [ tensorflowWithCuda ]))
];
But it will not use any cached version and, as far as I can tell, it's not actually cached? It's trying to compile nccl, which I have left running for over an hour and it still isn't done compiling, a dry-run reveals the hash for that is 87kylkr9cszpzmf9iv6p705a2g43zzaq, which using the curl method to see if it's on cachix reveals that it is, in fact, not in there... what am I missing?
| 10:01:26 |
SomeoneSerge (matrix works sometimes) | Hi! The build history: https://hercules-ci.com/github/SomeoneSerge/nixpkgs-unfree
| 11:54:27 |
SomeoneSerge (matrix works sometimes) | Last 2 or 3 days are missing because of one particularly heavy nixpkgs-review xD | 11:55:05 |
Pedro Alves | In reply to @ss:someonex.net Hi! The build history: https://hercules-ci.com/github/SomeoneSerge/nixpkgs-unfree
so i have a weird issue then, if i use just nccl it fetches from cache, but tensorflowWithCuda wil lcompile it from sctach | 11:55:29 |
Pedro Alves | but i'll check out an older commit and report back in a bit | 11:55:42 |
SomeoneSerge (matrix works sometimes) | I think this is the last build of nixos-unstable and it has many failures: https://hercules-ci.com/github/SomeoneSerge/nixpkgs-unfree/jobs/3653
| 11:56:14 |
Pedro Alves | alright i'll look for a successful one | 11:56:47 |
SomeoneSerge (matrix works sometimes) | In reply to @ss:someonex.net I think this is the last build of nixos-unstable and it has many failures: https://hercules-ci.com/github/SomeoneSerge/nixpkgs-unfree/jobs/3653
Ok, tensorflow here is actually green | 11:57:27 |
SomeoneSerge (matrix works sometimes) | "rev": "d4660b45bc031d98cecd233babf1df7f6d64b65e",
from github
| 11:58:03 |
Pedro Alves | let's try that out then | 11:58:56 |
SomeoneSerge (matrix works sometimes) | Ouch, sorry, looked in the wrong place. That was nixpkgs-unstable | 12:01:07 |
SomeoneSerge (matrix works sometimes) | ❯ nix flake metadata github:SomeoneSerge/nixpkgs-
...
├───nixpkgs-nixos-unstable: github:NixOS/nixpkgs/19cf008bb18e47b6e3b4e16e32a9a4bdd4b45f7e
| 12:01:56 |
Pedro Alves | as long as it works :D this is just in a nix shell | 12:02:01 |
SomeoneSerge (matrix works sometimes) | Yea, just that I think nixpkgs-unstable was the more broken one xD | 12:02:23 |
Pedro Alves | it's building now and i saw a 'fetching cudatoolkit from https://cuda-maintainers.cachix' | 12:02:34 |
Pedro Alves | so optimistic | 12:02:40 |
SomeoneSerge (matrix works sometimes) | In reply to @ss:someonex.net
❯ nix flake metadata github:SomeoneSerge/nixpkgs-
...
├───nixpkgs-nixos-unstable: github:NixOS/nixpkgs/19cf008bb18e47b6e3b4e16e32a9a4bdd4b45f7e
Ok, but if it doesn't work, the next thing to try is this^ 🙃 | 12:03:09 |
Pedro Alves | alright! | 12:15:41 |
Pedro Alves | so, it's fetching everything except tensorflow-gpu | 12:20:23 |