This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Commit e7d2e8f
beta->main merge (#1165)
* added dispatcher package
* added orchestratorlib
* added orchestrator cli package
* make orchestrator cli installed with bf cli install
* cleaned up dependency, removed extra file
* Update package.json
* Update pnpm-lock.yaml
updated reference to bf-lu in dispatcher to local reference (from "next")
* Addressed review comments
- Updated orchestrator unit test code to use test base model URL, so not to confuse our download stats for customers
- Updated dispatcher and orchestratorlib readme to include internal MS use only text
- Updated dispatcher package.json to exclude oclif
- Removed unecessary files
* fullEmbeddings parameter should be taken from env var
* Added missing scripts per Emilio's PR comment and removed unneeded dependencies from orchestratorlib
* Update package.json
fixed posttest script
* Refactored base model download for testing
* Addressed review feedback
1. Added orchestrator command documentation on main cli package
2. Removed travil.yml from orchestrator package
3. Removed .vscode from orchestrator package
4. Removed "return 0;" from the command sources
* Updated Orchestrator package README
Removed specific install instructions for Linux Ubuntu.
* fixed build errors
* new interfaces and strengthed null-exception logic
* remove composer sampler tests and reduce unnecessary "as"
* Remove functional tests
* updated orchestrator core package, added versions script to orchestrator package
* Removed debugging logs
* correct index.ts
* fixed build error
* remove no longer required tests
* README.md and command documents
* Update orchestrator bf-cli to point at release candidate
* fix eslint issues
* remove the eslint map testcase
* Update pnpm-lock.yaml
* more refactoring to interfaces
* Update pnpm-lock.yaml
* Update orchestratorhelper.ts
removed unecessary comments
* clean up comments
* refactor comments
* more comment refactoring
* removing unused imports
* more interfaces and others
Co-authored-by: Hung-chih Yang <[email protected]>
Co-authored-by: Dave Taniguchi <[email protected]>
Co-authored-by: daveta <[email protected]>1 parent 8dc6ffe commit e7d2e8f
File tree
396 files changed
+2624934
-15
lines changed- .vscode
- common/config/rush
- packages
- cli
- dispatcher
- resources/data
- Columnar
- EntityAnnotatedCorpus
- EvaluationJsonFormat
- LU
- MicrosoftFAQ
- examples
- skills/emailskill/en
- src
- data_structure
- data
- label_structure
- mathematics
- confusion_matrix
- mathematics_helper
- sampler
- model
- evaluation
- abstract_base_evaluator
- cross_validation
- predict
- report
- test
- language_understanding/featurizer
- supervised/classifier
- auto_active_learning
- neural_network/learner
- utility
- test
- data_structure
- data
- label_structure
- mathematics
- confusion_matrix
- mathematics_helper
- sampler
- model
- evaluation/cross_validation
- language_understanding/featurizer
- supervised/classifier
- auto_active_learning
- neural_network/learner
- utility
- orchestratorlib
- resources/data
- Columnar
- EvaluationJsonFormat
- LU
- MicrosoftFAQ
- examples
- skills/emailskill/en
- syncLabelResolver
- PrebuiltDomain
- Snapshot/SNIPS_entity_10partition_data_0_predict
- src
- resources
- test
- fixtures
- adaptive
- dispatch
- output
- settings
- skills
- orchestrator
- bin
- docs
- resources/data
- Columnar
- EvaluationJsonFormat
- LU
- MicrosoftFAQ
- PrebuiltDomain
- examples
- skills/emailskill/en
- src
- commands/orchestrator
- basemodel
- test
- commands
- orchestrator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
396 files changed
+2624934
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
22 | 47 | | |
23 | 48 | | |
24 | 49 | | |
| |||
0 commit comments