Skip to content

Commit

Permalink
sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
csreesan committed Aug 14, 2024
1 parent b92884b commit d06c388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions substrate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
Experimental,
FetchVectors,
Firellava13B,
GenerateCode,
InpaintImage,
UpscaleImage,
DeleteVectors,
Expand Down Expand Up @@ -71,6 +72,7 @@
"BatchComputeJSON",
"ComputeJSON",
"MultiComputeJSON",
"GenerateCode",
"Mistral7BInstruct",
"Mixtral8x7BInstruct",
"Llama3Instruct8B",
Expand Down
2 changes: 2 additions & 0 deletions substrate/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
ExperimentalOut,
FetchVectorsOut,
Firellava13BOut,
GenerateCodeOut,
InpaintImageOut,
UpscaleImageOut,
DeleteVectorsOut,
Expand Down Expand Up @@ -77,6 +78,7 @@
FutureExperimentalOut,
FutureFetchVectorsOut,
FutureFirellava13BOut,
FutureGenerateCodeOut,
FutureInpaintImageOut,
FutureUpscaleImageOut,
FutureDeleteVectorsOut,
Expand Down

0 comments on commit d06c388

Please sign in to comment.