Skip to content

Commit

Permalink
Add pytorch-cuda requirement to flux tool (bgruening#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 authored Oct 30, 2024
1 parent 0959e15 commit 61ef690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/flux/flux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<description>text-to-image model</description>
<macros>
<token name="@TOOL_VERSION@">2024</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@VERSION_SUFFIX@">2</token>
</macros>
<requirements>
<requirement type="package" version="3.12">python</requirement>
<requirement type="package" version="2.4.1">pytorch</requirement>
<requirement type="package" version="0.19.1">torchvision</requirement>
<requirement type="package" version="12.4">pytorch-cuda</requirement>
<requirement type="package" version="0.30.2">diffusers</requirement>
<requirement type="package" version="4.44.2">transformers</requirement>
<requirement type="package" version="0.34.0">accelerate</requirement>
Expand Down

0 comments on commit 61ef690

Please sign in to comment.