-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Feat: dummy offer override in headless facade
1 parent
62da2b8
commit 2f72222
Showing
7 changed files
with
102 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
/.vs | ||
/.idea | ||
/.vscode | ||
/bin | ||
**/GolemLib/bin/ | ||
**/GolemLib/obj/ | ||
**/Mock/bin/ | ||
**/Mock/obj/ | ||
/FacadeHeadlessApp/bin/ | ||
/FacadeHeadlessApp/obj/ | ||
/Golem/bin/ | ||
/Golem/obj/ | ||
/Golem.Tests/bin/ | ||
/Golem.Tests/obj/ | ||
/Golem.Tests/tests/ | ||
/Golem.Tests/TestResults | ||
/Golem.Tests/Tools/App/.venv | ||
/Golem.Tests/Tools/App/build | ||
/Golem.Tests/Tools/App/dist | ||
/Golem.Tests/Tools/App/app.spec | ||
/GolemLib.Tests/bin/ | ||
/GolemLib.Tests/obj/ | ||
|
||
/Golem.Tools/bin/ | ||
/Golem.Tools/obj/ | ||
/Golem.Tools/App/.venv | ||
/Golem.Tools/App/*.log | ||
/Golem.Tools/App/build | ||
/Golem.Tools/App/dist | ||
/Golem.Tools/App/app.spec | ||
|
||
/Golem.Package/bin/ | ||
/Golem.Package/obj/ | ||
/Golem.Package/tests/ | ||
/Golem.Package/package/ | ||
|
||
/example/ExampleRunner/bin/ | ||
/example/ExampleRunner/obj/ | ||
|
||
/MockGUI/bin/ | ||
/MockGUI/obj/ | ||
/modules/ | ||
/modules-*/ | ||
/package/ | ||
/releases/ | ||
|
||
/example/ai-requestor/*.log | ||
/example/ai-requestor/.venv/ | ||
/example/ai-requestor/dist | ||
|
||
**/example/ai-requestor/outputs/ | ||
**/output.png | ||
|
||
/example/DummyAiHttpServer/__pycache__/ | ||
/example/ai-requestor/__pycache__/ | ||
**/MockGUI/MockGUI.sln |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"properties": { | ||
"golem.!exp.gap-35.v1.inf.gpu.clocks.graphics.mhz": 3105, | ||
"golem.!exp.gap-35.v1.inf.gpu.clocks.memory.mhz": 10501, | ||
"golem.!exp.gap-35.v1.inf.gpu.clocks.sm.mhz": 3105, | ||
"golem.!exp.gap-35.v1.inf.gpu.clocks.video.mhz": 2415, | ||
"golem.!exp.gap-35.v1.inf.gpu.cuda.compute-capability": "8.9", | ||
"golem.!exp.gap-35.v1.inf.gpu.cuda.cores": 16384, | ||
"golem.!exp.gap-35.v1.inf.gpu.cuda.enabled": true, | ||
"golem.!exp.gap-35.v1.inf.gpu.cuda.version": "12.6", | ||
"golem.!exp.gap-35.v1.inf.gpu.memory.total.gib": 23.98828125, | ||
"golem.!exp.gap-35.v1.inf.gpu.model": "NVIDIA GeForce RTX 8080", | ||
"golem.inf.cpu.cores": 4, | ||
"golem.inf.cpu.threads": 7, | ||
"golem.inf.mem.gib": 126.550379768013954, | ||
"golem.inf.storage.gib": 596.1552490234375, | ||
"golem.com.pricing.model.linear.coeffs": [ | ||
0.000001, | ||
0.000001, | ||
0.0, | ||
0.0 | ||
] | ||
}, | ||
"constraints": "" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!.gitignore |