onnxruntime/tools/ci_build
Yulong Wang f274bbb0c8
[js] add API that allows to get package version (#16207)
### Description

Add an API for users to get version of current package. example usage:

```js
import { env } from 'onnxruntime-node';

console.log(env.versions.node);  // output "1.16.0"
```

```js
import { env } from 'onnxruntime-web';

console.log(env.versions.web);  // output "1.16.0"
console.log(env.versions.common);  // output "1.16.0"
console.log(env.versions.node);  // output "undefined"
```

#16156
2023-06-09 16:18:53 -07:00
..
github [js] add API that allows to get package version (#16207) 2023-06-09 16:18:53 -07:00
__init__.py
amd_hipify.py
build.py Treat Objective-C static analysis warnings as errors (#16293) 2023-06-09 08:51:49 -07:00
clean_docker_image_cache.py
compile_triton.py integrate triton into ort (#15862) 2023-05-17 09:35:28 +08:00
coverage.py
gen_def.py Basic CSharp packaging support for ROCm EP (#15535) 2023-05-16 07:27:38 +08:00
get_docker_image.py Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
logger.py
op_registration_utils.py Introduce float 8 types (#14731) 2023-05-30 13:25:58 -07:00
op_registration_validator.py Introduce float 8 types (#14731) 2023-05-30 13:25:58 -07:00
patch_manylinux.py
policheck_exclusions.xml
reduce_op_kernels.py Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
replace_urls_in_deps.py
requirements.txt
update_tsaoptions.py
upload_python_package_to_azure_storage.py