README.md
pyproject.toml
setup.py
scripts/sw-docker-entrypoint
starwhale/__init__.py
starwhale/__main__.py
starwhale/version.py
starwhale.egg-info/PKG-INFO
starwhale.egg-info/SOURCES.txt
starwhale.egg-info/dependency_links.txt
starwhale.egg-info/entry_points.txt
starwhale.egg-info/not-zip-safe
starwhale.egg-info/requires.txt
starwhale.egg-info/top_level.txt
starwhale/api/__init__.py
starwhale/api/argument.py
starwhale/api/dataset.py
starwhale/api/evaluation.py
starwhale/api/experiment.py
starwhale/api/instance.py
starwhale/api/job.py
starwhale/api/metric.py
starwhale/api/model.py
starwhale/api/service.py
starwhale/api/track.py
starwhale/api/_impl/__init__.py
starwhale/api/_impl/argument.py
starwhale/api/_impl/data_store.py
starwhale/api/_impl/experiment.py
starwhale/api/_impl/instance.py
starwhale/api/_impl/metric.py
starwhale/api/_impl/model.py
starwhale/api/_impl/wrapper.py
starwhale/api/_impl/dataset/__init__.py
starwhale/api/_impl/dataset/loader.py
starwhale/api/_impl/dataset/model.py
starwhale/api/_impl/dataset/builder/__init__.py
starwhale/api/_impl/dataset/builder/mapping_builder.py
starwhale/api/_impl/evaluation/__init__.py
starwhale/api/_impl/evaluation/log.py
starwhale/api/_impl/evaluation/pipeline.py
starwhale/api/_impl/job/__init__.py
starwhale/api/_impl/job/handler.py
starwhale/api/_impl/job/model.py
starwhale/api/_impl/service/__init__.py
starwhale/api/_impl/service/service.py
starwhale/api/_impl/service/types/__init__.py
starwhale/api/_impl/service/types/llm.py
starwhale/api/_impl/service/types/text_to_img.py
starwhale/api/_impl/service/types/types.py
starwhale/api/_impl/track/__init__.py
starwhale/api/_impl/track/base.py
starwhale/api/_impl/track/collector.py
starwhale/api/_impl/track/handler.py
starwhale/api/_impl/track/hooker.py
starwhale/api/_impl/track/syncer.py
starwhale/api/_impl/track/tracker.py
starwhale/base/__init__.py
starwhale/base/bundle.py
starwhale/base/bundle_copy.py
starwhale/base/cloud.py
starwhale/base/cloud_blob_cache.py
starwhale/base/context.py
starwhale/base/data_type.py
starwhale/base/mixin.py
starwhale/base/package.py
starwhale/base/store.py
starwhale/base/tag.py
starwhale/base/type.py
starwhale/base/view.py
starwhale/base/artifact/__init__.py
starwhale/base/artifact/base.py
starwhale/base/artifact/rotated_bin.py
starwhale/base/blob/__init__.py
starwhale/base/blob/file.py
starwhale/base/blob/store.py
starwhale/base/client/__init__.py
starwhale/base/client/client.py
starwhale/base/client/api/__init__.py
starwhale/base/client/api/dataset.py
starwhale/base/client/api/event.py
starwhale/base/client/api/job.py
starwhale/base/client/api/model.py
starwhale/base/client/api/project.py
starwhale/base/client/api/runtime.py
starwhale/base/client/api/tag.py
starwhale/base/client/models/__init__.py
starwhale/base/client/models/base.py
starwhale/base/client/models/models.py
starwhale/base/models/__init__.py
starwhale/base/models/base.py
starwhale/base/models/dataset.py
starwhale/base/models/job.py
starwhale/base/models/model.py
starwhale/base/models/runtime.py
starwhale/base/scheduler/__init__.py
starwhale/base/scheduler/dag.py
starwhale/base/scheduler/step.py
starwhale/base/scheduler/task.py
starwhale/base/uri/__init__.py
starwhale/base/uri/exceptions.py
starwhale/base/uri/instance.py
starwhale/base/uri/project.py
starwhale/base/uri/resource.py
starwhale/cli/__init__.py
starwhale/cli/completion.py
starwhale/cli/config.py
starwhale/cli/mngt.py
starwhale/cli/assistance/__init__.py
starwhale/cli/assistance/broker.py
starwhale/cli/assistance/cli.py
starwhale/cli/assistance/common.py
starwhale/cli/assistance/host.py
starwhale/cli/assistance/remote.py
starwhale/cli/assistance/wait_console.py
starwhale/cli/board/__init__.py
starwhale/cli/board/board.py
starwhale/cli/board/project_tree.py
starwhale/cli/board/widgets.py
starwhale/cli/debug/__init__.py
starwhale/cli/debug/datastore.py
starwhale/cli/server/__init__.py
starwhale/cli/server/compose.tmpl
starwhale/consts/__init__.py
starwhale/consts/env.py
starwhale/core/__init__.py
starwhale/core/dataset/__init__.py
starwhale/core/dataset/cli.py
starwhale/core/dataset/copy.py
starwhale/core/dataset/model.py
starwhale/core/dataset/store.py
starwhale/core/dataset/tabular.py
starwhale/core/dataset/type.py
starwhale/core/dataset/view.py
starwhale/core/instance/__init__.py
starwhale/core/instance/cli.py
starwhale/core/instance/view.py
starwhale/core/job/__init__.py
starwhale/core/job/cli.py
starwhale/core/job/model.py
starwhale/core/job/store.py
starwhale/core/job/view.py
starwhale/core/model/__init__.py
starwhale/core/model/cli.py
starwhale/core/model/copy.py
starwhale/core/model/model.py
starwhale/core/model/store.py
starwhale/core/model/view.py
starwhale/core/project/__init__.py
starwhale/core/project/cli.py
starwhale/core/project/model.py
starwhale/core/project/view.py
starwhale/core/runtime/__init__.py
starwhale/core/runtime/cli.py
starwhale/core/runtime/model.py
starwhale/core/runtime/process.py
starwhale/core/runtime/store.py
starwhale/core/runtime/view.py
starwhale/core/runtime/template/Dockerfile.tmpl
starwhale/core/track/__init__.py
starwhale/integrations/__init__.py
starwhale/integrations/huggingface/__init__.py
starwhale/integrations/huggingface/dataset.py
starwhale/integrations/pytorch/__init__.py
starwhale/integrations/pytorch/common.py
starwhale/integrations/pytorch/dataset.py
starwhale/integrations/tensorflow/__init__.py
starwhale/integrations/tensorflow/dataset.py
starwhale/mngt/__init__.py
starwhale/proto_gen/__init__.py
starwhale/proto_gen/model_package_storage_pb2.py
starwhale/utils/__init__.py
starwhale/utils/cli.py
starwhale/utils/config.py
starwhale/utils/console.py
starwhale/utils/debug.py
starwhale/utils/dict_util.py
starwhale/utils/docker.py
starwhale/utils/error.py
starwhale/utils/event.py
starwhale/utils/fs.py
starwhale/utils/http.py
starwhale/utils/json.py
starwhale/utils/load.py
starwhale/utils/log.py
starwhale/utils/process.py
starwhale/utils/progress.py
starwhale/utils/pydantic.py
starwhale/utils/retry.py
starwhale/utils/venv.py
starwhale/utils/venv_pack.py
starwhale/web/__init__.py
starwhale/web/data_store.py
starwhale/web/panel.py
starwhale/web/project.py
starwhale/web/response.py
starwhale/web/server.py
starwhale/web/system.py
starwhale/web/user.py
starwhale/web/ui/favicon.ico
starwhale/web/ui/favicon_white.ico
starwhale/web/ui/iconfont.js
starwhale/web/ui/index.html
starwhale/web/ui/manifest.json
starwhale/web/ui/robots.txt
starwhale/web/ui/assets/DatasetForm-5246f253.js
starwhale/web/ui/assets/LogViewer-57e7c230.js
starwhale/web/ui/assets/LogViewer-cf98bf12.css
starwhale/web/ui/assets/Markdown-f7e8ef6e.js
starwhale/web/ui/assets/RedHatDisplay-Bold-44214a55.woff
starwhale/web/ui/assets/RedHatDisplay-Bold-ca18645c.woff2
starwhale/web/ui/assets/RedHatDisplay-Medium-6ccf2158.woff
starwhale/web/ui/assets/RedHatDisplay-Medium-6d3ccc0f.woff2
starwhale/web/ui/assets/RedHatDisplay-Regular-1b99a560.woff
starwhale/web/ui/assets/RedHatDisplay-Regular-e6fb83d9.woff2
starwhale/web/ui/assets/RedHatDisplay-updated-Bold-66d1fc26.woff2
starwhale/web/ui/assets/RedHatDisplay-updated-Medium-da0621a9.woff2
starwhale/web/ui/assets/RedHatDisplay-updated-Regular-d0b90ff3.woff2
starwhale/web/ui/assets/RedHatDisplayVF-updated-ItalicModified-8483eece.woff2
starwhale/web/ui/assets/RedHatDisplayVFModified-updated-3a6592a3.woff2
starwhale/web/ui/assets/RedHatMono-updated-Regular-1686cd5c.woff2
starwhale/web/ui/assets/RedHatMonoVF-updated-4cca9c27.woff2
starwhale/web/ui/assets/RedHatMonoVF-updated-Italic-ca135ebd.woff2
starwhale/web/ui/assets/RedHatText-Medium-702e86ff.woff
starwhale/web/ui/assets/RedHatText-Medium-eb14b046.woff2
starwhale/web/ui/assets/RedHatText-Regular-542423d0.woff2
starwhale/web/ui/assets/RedHatText-Regular-df36d7d0.woff
starwhale/web/ui/assets/RedHatText-updated-Medium-721ddd64.woff2
starwhale/web/ui/assets/RedHatText-updated-Regular-2e08dbe8.woff2
starwhale/web/ui/assets/RedHatTextVF-updated-ItalicModified-9e1c1004.woff2
starwhale/web/ui/assets/RedHatTextVFModified-updated-942d38f7.woff2
starwhale/web/ui/assets/__uno-285cf543.css
starwhale/web/ui/assets/__uno-75844fc7.js
starwhale/web/ui/assets/abap-b029dff1.js
starwhale/web/ui/assets/account2-668f906e.svg
starwhale/web/ui/assets/apex-3c83662c.js
starwhale/web/ui/assets/azcli-f1f7c576.js
starwhale/web/ui/assets/bat-86aea46a.js
starwhale/web/ui/assets/bg-1920x1080-13b265ad.jpg
starwhale/web/ui/assets/bg-2560x1440-aa80a56a.jpg
starwhale/web/ui/assets/bg-3840x2160-581be547.jpg
starwhale/web/ui/assets/bicep-75c0c4d5.js
starwhale/web/ui/assets/cameligo-8043f913.js
starwhale/web/ui/assets/clojure-73642b02.js
starwhale/web/ui/assets/codicon-79f233d0.ttf
starwhale/web/ui/assets/coffee-a18badcf.js
starwhale/web/ui/assets/cpp-4034161e.js
starwhale/web/ui/assets/csharp-49cbf0d2.js
starwhale/web/ui/assets/csp-d207cac4.js
starwhale/web/ui/assets/css-74326df0.js
starwhale/web/ui/assets/cssMode-bb00d8fc.js
starwhale/web/ui/assets/cypher-49f5f839.js
starwhale/web/ui/assets/dart-84b7c6b4.js
starwhale/web/ui/assets/dockerfile-bbf114b2.js
starwhale/web/ui/assets/ecl-15840f49.js
starwhale/web/ui/assets/elixir-e479e18e.js
starwhale/web/ui/assets/empty-chart-1e62901a.svg
starwhale/web/ui/assets/empty-f3091520.svg
starwhale/web/ui/assets/flow9-42a61225.js
starwhale/web/ui/assets/freemarker2-5bacc8e5.js
starwhale/web/ui/assets/fsharp-8abe6da0.js
starwhale/web/ui/assets/go-8759e9f7.js
starwhale/web/ui/assets/google-9d1a8b2b.svg
starwhale/web/ui/assets/graphql-387d549c.js
starwhale/web/ui/assets/handlebars-5986ad34.js
starwhale/web/ui/assets/hcl-a88f331a.js
starwhale/web/ui/assets/html-171d17aa.js
starwhale/web/ui/assets/htmlMode-30f4830e.js
starwhale/web/ui/assets/index-4b525ef6.css
starwhale/web/ui/assets/index-5003e8cb.js
starwhale/web/ui/assets/index-523e7042.css
starwhale/web/ui/assets/index-7f9f69c5.js
starwhale/web/ui/assets/index-f65e29ed.css
starwhale/web/ui/assets/ini-18bf1153.js
starwhale/web/ui/assets/invalid-file-82d62dec.svg
starwhale/web/ui/assets/java-000a6283.js
starwhale/web/ui/assets/javascript-9e82c119.js
starwhale/web/ui/assets/jsonMode-422358a8.js
starwhale/web/ui/assets/julia-0026391c.js
starwhale/web/ui/assets/kotlin-06ee8898.js
starwhale/web/ui/assets/left-8c88a49a.svg
starwhale/web/ui/assets/less-dd86a68c.js
starwhale/web/ui/assets/lexon-8d4b0444.js
starwhale/web/ui/assets/liquid-6a849fc4.js
starwhale/web/ui/assets/logo_normal_en_blue-04270472.png
starwhale/web/ui/assets/logo_normal_en_gray-163de1a0.svg
starwhale/web/ui/assets/logo_normal_en_white-ec11283c.svg
starwhale/web/ui/assets/logo_small_en_white-782559aa.svg
starwhale/web/ui/assets/lua-9adddcd9.js
starwhale/web/ui/assets/m3-aa2dcf72.js
starwhale/web/ui/assets/main-3af5d920.js
starwhale/web/ui/assets/main-b0570126.js
starwhale/web/ui/assets/markdown-0f073a3a.js
starwhale/web/ui/assets/mdx-5ca27c0c.js
starwhale/web/ui/assets/mips-bdd96c5a.js
starwhale/web/ui/assets/modelServing-548929dd.js
starwhale/web/ui/assets/msdax-1ac55115.js
starwhale/web/ui/assets/mysql-b530c105.js
starwhale/web/ui/assets/objective-c-951ded7b.js
starwhale/web/ui/assets/overpass-bold-452a631f.woff
starwhale/web/ui/assets/overpass-bold-5c4ed5bb.woff2
starwhale/web/ui/assets/overpass-bold-italic-16cda7ef.woff2
starwhale/web/ui/assets/overpass-bold-italic-4926428e.woff
starwhale/web/ui/assets/overpass-extrabold-613313c8.woff
starwhale/web/ui/assets/overpass-extrabold-648ba0e7.woff2
starwhale/web/ui/assets/overpass-extrabold-italic-33533562.woff
starwhale/web/ui/assets/overpass-extrabold-italic-a258578a.woff2
starwhale/web/ui/assets/overpass-extralight-64fbbd3d.woff
starwhale/web/ui/assets/overpass-extralight-f053be7c.woff2
starwhale/web/ui/assets/overpass-extralight-italic-6cbe5597.woff
starwhale/web/ui/assets/overpass-extralight-italic-d23afde2.woff2
starwhale/web/ui/assets/overpass-heavy-5e0869ee.woff2
starwhale/web/ui/assets/overpass-heavy-c7e67c68.woff
starwhale/web/ui/assets/overpass-heavy-italic-8f5fbf20.woff2
starwhale/web/ui/assets/overpass-heavy-italic-c702fef1.woff
starwhale/web/ui/assets/overpass-italic-34df3d81.woff2
starwhale/web/ui/assets/overpass-italic-b81a6146.woff
starwhale/web/ui/assets/overpass-light-3f8151f4.woff
starwhale/web/ui/assets/overpass-light-9db6ab0a.woff2
starwhale/web/ui/assets/overpass-light-italic-a1454ca5.woff
starwhale/web/ui/assets/overpass-light-italic-ec333948.woff2
starwhale/web/ui/assets/overpass-mono-bold-2bf715ff.woff2
starwhale/web/ui/assets/overpass-mono-bold-9b29c79a.woff
starwhale/web/ui/assets/overpass-mono-light-5bae063c.woff2
starwhale/web/ui/assets/overpass-mono-light-7fbe3706.woff
starwhale/web/ui/assets/overpass-mono-regular-95881615.woff
starwhale/web/ui/assets/overpass-mono-regular-a13dec50.woff2
starwhale/web/ui/assets/overpass-mono-semibold-085fb4a8.woff
starwhale/web/ui/assets/overpass-mono-semibold-b39c5174.woff2
starwhale/web/ui/assets/overpass-regular-16b63547.woff
starwhale/web/ui/assets/overpass-regular-8e2261df.woff2
starwhale/web/ui/assets/overpass-semibold-3d06895e.woff2
starwhale/web/ui/assets/overpass-semibold-ec5809e8.woff
starwhale/web/ui/assets/overpass-semibold-italic-1935eb14.woff
starwhale/web/ui/assets/overpass-semibold-italic-ae706d8c.woff2
starwhale/web/ui/assets/overpass-thin-6feca5dc.woff
starwhale/web/ui/assets/overpass-thin-e85966f1.woff2
starwhale/web/ui/assets/overpass-thin-italic-2dffa092.woff
starwhale/web/ui/assets/overpass-thin-italic-44db8e3d.woff2
starwhale/web/ui/assets/pascal-7442fd46.js
starwhale/web/ui/assets/pascaligo-385edc0e.js
starwhale/web/ui/assets/perl-d5fb326c.js
starwhale/web/ui/assets/pfbg_2000-1f17de55.jpg
starwhale/web/ui/assets/pfbg_576-1d76d6cc.jpg
starwhale/web/ui/assets/pfbg_576@2x-4942ea78.jpg
starwhale/web/ui/assets/pfbg_768-8bc3cc8a.jpg
starwhale/web/ui/assets/pfbg_768@2x-037bce76.jpg
starwhale/web/ui/assets/pfbg_992@2x-9dfd9687.jpg
starwhale/web/ui/assets/pficon-0a333dac.woff
starwhale/web/ui/assets/pficon-86c74539.woff2
starwhale/web/ui/assets/pgsql-2d7db25a.js
starwhale/web/ui/assets/php-1daff147.js
starwhale/web/ui/assets/pla-1b3e1614.js
starwhale/web/ui/assets/postiats-9db13649.js
starwhale/web/ui/assets/powerquery-4c428232.js
starwhale/web/ui/assets/powershell-d3380668.js
starwhale/web/ui/assets/project-863f66b0.svg
starwhale/web/ui/assets/protobuf-941cf3e8.js
starwhale/web/ui/assets/pug-cfe384ef.js
starwhale/web/ui/assets/python-c8e2514a.js
starwhale/web/ui/assets/qsharp-e125d03f.js
starwhale/web/ui/assets/r-e0a01d4f.js
starwhale/web/ui/assets/razor-15bfd321.js
starwhale/web/ui/assets/redis-d0a12fea.js
starwhale/web/ui/assets/redshift-a163b94a.js
starwhale/web/ui/assets/restructuredtext-5a906e1a.js
starwhale/web/ui/assets/right-aefe3c24.svg
starwhale/web/ui/assets/routes-75ba8ae4.css
starwhale/web/ui/assets/routes-c1e995c6.js
starwhale/web/ui/assets/routesSimple-f7a96797.js
starwhale/web/ui/assets/ruby-05b021bf.js
starwhale/web/ui/assets/rust-3d80982c.js
starwhale/web/ui/assets/sb-2020a5af.js
starwhale/web/ui/assets/scala-54469b4b.js
starwhale/web/ui/assets/scheme-ff6e5671.js
starwhale/web/ui/assets/scss-77902feb.js
starwhale/web/ui/assets/search-empty-13cbde15.svg
starwhale/web/ui/assets/setting-6d098443.svg
starwhale/web/ui/assets/shell-3c06def6.js
starwhale/web/ui/assets/solidity-3d59d6a7.js
starwhale/web/ui/assets/sophia-12eb7ba8.js
starwhale/web/ui/assets/sparql-e42fb28a.js
starwhale/web/ui/assets/sql-d30fd9fd.js
starwhale/web/ui/assets/st-0857f583.js
starwhale/web/ui/assets/status-icon-sprite-bc89cb14.svg
starwhale/web/ui/assets/swift-f0a706dd.js
starwhale/web/ui/assets/systemverilog-0cfd4211.js
starwhale/web/ui/assets/tcl-7df3c0c5.js
starwhale/web/ui/assets/tsMode-33ba2cfd.js
starwhale/web/ui/assets/twig-f894aab2.js
starwhale/web/ui/assets/typescript-44d132e0.js
starwhale/web/ui/assets/useReport-3e62f3bd.css
starwhale/web/ui/assets/useReport-886dae4c.js
starwhale/web/ui/assets/useSubmitHandler-226dbd7a.js
starwhale/web/ui/assets/vb-39a025f4.js
starwhale/web/ui/assets/web-vitals-d4fac006.js
starwhale/web/ui/assets/wechat-cffee157.svg
starwhale/web/ui/assets/wgsl-afa2396f.js
starwhale/web/ui/assets/xml-a4ebaa83.js
starwhale/web/ui/assets/yaml-c14c0b12.js
starwhale/web/ui/client/index.html