Skip to content

Commit

Permalink
Merge pull request #303 from chetanya-goyal/main
Browse files Browse the repository at this point in the history
fix issue with pip install glayout with git+ command
  • Loading branch information
msaligane authored May 23, 2024
2 parents b2645c1 + 068c3a6 commit f636b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfasoc/generators/glayout/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chromadb",
"ollama",
"unstructured",
"unstructured[md]"
"unstructured[md]",
"sentence-transformers",
"peft",
"accelerate",
Expand All @@ -43,4 +43,4 @@
#"glayout = something:run"# Define any command line scripts here
],
},
)
)

0 comments on commit f636b5f

Please sign in to comment.