We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89075e9 commit 285995eCopy full SHA for 285995e
workflows/src/bin/tps.rs
@@ -0,0 +1,9 @@
1
+#[tokio::main]
2
+async fn main() {
3
+ ///////
4
+ // loop over all Ollama models
5
+ // report TPS to console
6
+
7
8
+ // report machine info here as well, such as OS / CPU / RAM / Ollama version
9
+}
0 commit comments