Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improved gpu examples using polygon network #1090

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: improved gpu examples using polygon network
mgordel committed Sep 24, 2024
commit 26a7e6223bdd5d2e8478b85d0119bc043c19dad7
3 changes: 3 additions & 0 deletions examples/rental-model/advanced/gpu-ai.ts
Original file line number Diff line number Diff line change
@@ -7,6 +7,9 @@ import chalk from "chalk";
logger: pinoPrettyLogger({
level: "info",
}),
payment: {
network: "polygon",
},
});

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

const order: MarketOrderSpec = {