Skip to content

Commit

Permalink
docs: improved gpu examples using polygon network
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 24, 2024
1 parent 8db36dc commit 26a7e62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/rental-model/advanced/gpu-ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import chalk from "chalk";
logger: pinoPrettyLogger({
level: "info",
}),
payment: {
network: "polygon",
},
});

try {
Expand Down
3 changes: 3 additions & 0 deletions examples/rental-model/advanced/gpu/gpu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { pinoPrettyLogger } from "@golem-sdk/pino-logger";
logger: pinoPrettyLogger({
level: "info",
}),
payment: {
network: "polygon",
},
});

const order: MarketOrderSpec = {
Expand Down

0 comments on commit 26a7e62

Please sign in to comment.