Skip to content

Commit

Permalink
Update safetensors hash.
Browse files Browse the repository at this point in the history
See gbtb#28 for an explanation.
  • Loading branch information
attilaolah committed Aug 2, 2024
1 parent 05ae929 commit 9cf1661
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/safetensors/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
{
buildPythonPackage,
fetchPypi,
lib,
torch,
fetchFromGitHub,
pyparsing,
transformers,
diffusers,
Expand Down Expand Up @@ -35,7 +33,7 @@ buildPythonPackage rec {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src sourceRoot;
name = sourceRoot;
hash = "sha256-3SluST4muwNxgt+GQ6ZuZ62TfMr5ZYiYN9M0QyhmsWc=";
hash = "sha256-m1pB2SqFFlx/YFblGvmRlV7Iwx+ei2gx7PUq6wZIoa4=";
patches = [./cargo-lock.patch];
};

Expand All @@ -44,7 +42,7 @@ buildPythonPackage rec {
# TODO FIXME
doCheck = false;

meta = with lib; {
meta = {
description = "A text prompt weighting and blending library for transformers-type text embedding systems";
homepage = "https://pypi.org/project/compel/#description";
};
Expand Down

0 comments on commit 9cf1661

Please sign in to comment.