stmasson commited on
Commit
da2c216
·
verified ·
1 Parent(s): 2d41996

Upload train_ministral_n8n.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. train_ministral_n8n.py +2 -1
train_ministral_n8n.py CHANGED
@@ -2,13 +2,14 @@
2
  # requires-python = ">=3.10"
3
  # dependencies = [
4
  # "torch>=2.0.0",
5
- # "transformers>=4.45.0",
6
  # "datasets>=2.14.0",
7
  # "accelerate>=0.24.0",
8
  # "peft>=0.7.0",
9
  # "trl>=0.12.0",
10
  # "bitsandbytes>=0.41.0",
11
  # "huggingface_hub>=0.20.0",
 
12
  # "trackio",
13
  # ]
14
  # ///
 
2
  # requires-python = ">=3.10"
3
  # dependencies = [
4
  # "torch>=2.0.0",
5
+ # "transformers>=4.48.0",
6
  # "datasets>=2.14.0",
7
  # "accelerate>=0.24.0",
8
  # "peft>=0.7.0",
9
  # "trl>=0.12.0",
10
  # "bitsandbytes>=0.41.0",
11
  # "huggingface_hub>=0.20.0",
12
+ # "tokenizers>=0.21.0",
13
  # "trackio",
14
  # ]
15
  # ///