davidberenstein1957 HF staff commited on
Commit
ee6d41a
1 Parent(s): 2723bd3

chore: add develop branch install

Browse files
Files changed (3) hide show
  1. pdm.lock +8 -10
  2. pyproject.toml +1 -1
  3. requirements.txt +2 -2
pdm.lock CHANGED
@@ -5,7 +5,7 @@
5
  groups = ["default"]
6
  strategy = ["inherit_metadata"]
7
  lock_version = "4.5.0"
8
- content_hash = "sha256:957e0276f679a9f7e65c68e3dbd1a1565f4b515468943faf6bdeb36b65a271a0"
9
 
10
  [[metadata.targets]]
11
  requires_python = ">=3.10"
@@ -505,6 +505,9 @@ files = [
505
  name = "distilabel"
506
  version = "1.3.2"
507
  requires_python = ">=3.9"
 
 
 
508
  summary = "Distilabel is an AI Feedback (AIF) framework for building datasets with and for LLMs."
509
  groups = ["default"]
510
  dependencies = [
@@ -524,26 +527,21 @@ dependencies = [
524
  "typer>=0.9.0",
525
  "universal-pathlib>=0.2.2",
526
  ]
527
- files = [
528
- {file = "distilabel-1.3.2-py3-none-any.whl", hash = "sha256:35a48458db16763a5fe84390ae4a360dc92846a2c0d2b4510cd5279e2fd0c1d0"},
529
- {file = "distilabel-1.3.2.tar.gz", hash = "sha256:4c678fa083112f31b4d29a0b58daa7e14f6e9f77c5b974a8780a76b7c96e4724"},
530
- ]
531
 
532
  [[package]]
533
  name = "distilabel"
534
  version = "1.3.2"
535
  extras = ["hf-inference-endpoints"]
536
  requires_python = ">=3.9"
 
 
 
537
  summary = "Distilabel is an AI Feedback (AIF) framework for building datasets with and for LLMs."
538
  groups = ["default"]
539
  dependencies = [
540
- "distilabel==1.3.2",
541
  "huggingface-hub>=0.22.0",
542
  ]
543
- files = [
544
- {file = "distilabel-1.3.2-py3-none-any.whl", hash = "sha256:35a48458db16763a5fe84390ae4a360dc92846a2c0d2b4510cd5279e2fd0c1d0"},
545
- {file = "distilabel-1.3.2.tar.gz", hash = "sha256:4c678fa083112f31b4d29a0b58daa7e14f6e9f77c5b974a8780a76b7c96e4724"},
546
- ]
547
 
548
  [[package]]
549
  name = "exceptiongroup"
 
5
  groups = ["default"]
6
  strategy = ["inherit_metadata"]
7
  lock_version = "4.5.0"
8
+ content_hash = "sha256:556d2e0f25e5f944cae3277e88ff719a4bc24b86c44f39d3f94f1b39d0b251cf"
9
 
10
  [[metadata.targets]]
11
  requires_python = ">=3.10"
 
505
  name = "distilabel"
506
  version = "1.3.2"
507
  requires_python = ">=3.9"
508
+ git = "https://github.com/argilla-io/distilabel.git"
509
+ ref = "develop"
510
+ revision = "f207fab676358766888d17b4289d4ff6e00aa384"
511
  summary = "Distilabel is an AI Feedback (AIF) framework for building datasets with and for LLMs."
512
  groups = ["default"]
513
  dependencies = [
 
527
  "typer>=0.9.0",
528
  "universal-pathlib>=0.2.2",
529
  ]
 
 
 
 
530
 
531
  [[package]]
532
  name = "distilabel"
533
  version = "1.3.2"
534
  extras = ["hf-inference-endpoints"]
535
  requires_python = ">=3.9"
536
+ git = "https://github.com/argilla-io/distilabel.git"
537
+ ref = "develop"
538
+ revision = "f207fab676358766888d17b4289d4ff6e00aa384"
539
  summary = "Distilabel is an AI Feedback (AIF) framework for building datasets with and for LLMs."
540
  groups = ["default"]
541
  dependencies = [
542
+ "distilabel @ git+https://github.com/argilla-io/distilabel.git@develop",
543
  "huggingface-hub>=0.22.0",
544
  ]
 
 
 
 
545
 
546
  [[package]]
547
  name = "exceptiongroup"
pyproject.toml CHANGED
@@ -6,7 +6,7 @@ authors = [
6
  {name = "davidberenstein1957", email = "david.m.berenstein@gmail.com"},
7
  ]
8
  dependencies = [
9
- "distilabel[hf-inference-endpoints]>=1.3.2",
10
  "gradio[oauth]<5,>=4.38",
11
  "transformers>=4.44.2",
12
  ]
 
6
  {name = "davidberenstein1957", email = "david.m.berenstein@gmail.com"},
7
  ]
8
  dependencies = [
9
+ "distilabel[hf-inference-endpoints] @ git+https://github.com/argilla-io/distilabel.git@develop",
10
  "gradio[oauth]<5,>=4.38",
11
  "transformers>=4.44.2",
12
  ]
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- distilabel[hf-inference-endpoints]>=1.3.2
2
  transformers
3
- gradio[oauth]
 
 
 
1
  transformers
2
+ gradio[oauth]
3
+ distilabel[hf-inference-endpoints] @ git+https://github.com/argilla-io/distilabel.git@develop