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 cb4f190 commit 728531eCopy full SHA for 728531e
2 files changed
flake.nix
@@ -108,7 +108,7 @@
108
flake-utils.lib.eachSystem systems (
109
system:
110
let
111
- # Plain nixkpgs that we use to access utility funtions.
+ # Plain nixkpgs that we use to access utility functions.
112
pkgs = nixpkgs.legacyPackages.${system};
113
inherit (nixpkgs) lib;
114
pkgs/python-modules/torch/binary/generate_torch_versions.py
@@ -5,7 +5,7 @@
5
6
This script downloads all the variants that are specified and computes
7
their Nix store hashes. Variants for which the hash was already computed
8
-will not be proccessed again to avoid redownloading/hashing.
+will not be processed again to avoid redownloading/hashing.
9
"""
10
11
import json
0 commit comments