-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.replit
More file actions
30 lines (23 loc) · 667 Bytes
/
Copy path.replit
File metadata and controls
30 lines (23 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
modules = ["python-3.11"]
[agent]
expertMode = true
[nix]
channel = "stable-25_05"
packages = ["cairo", "cargo", "ffmpeg-full", "freetype", "ghostscript", "glibcLocales", "gobject-introspection", "gtk3", "libiconv", "pkg-config", "qhull", "rustc", "tcl", "tk"]
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Tokenizer Benchmark"
[[workflows.workflow]]
name = "Tokenizer Benchmark"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "python tokenizer_benchmark.py"
[workflows.workflow.metadata]
outputType = "console"