Skip to content

Commit

Permalink
Remove duplicate copy of kit-file.md from pkg/cmd/build/
Browse files Browse the repository at this point in the history
  • Loading branch information
amisevsk committed Feb 23, 2024
1 parent 710a1f3 commit 7f97ae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 147 deletions.
12 changes: 6 additions & 6 deletions pkg/artifact/kit-file.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KitOps AI/ML Packaging Manifest Format Reference
# Kitfile AI/ML Packaging Manifest Format Reference

The Kitfile manifest for AI/ML is a YAML file designed to encapsulate all the necessary information about the package, including code, datasets, model, and their metadata. This reference documentation outlines the structure and specifications of the manifest format.

Expand Down Expand Up @@ -59,13 +59,13 @@ This section provides general information about the AI/ML project.
#### `model`

- **Description**: Details of the trained models included in the package.
- **Type**: Object Array
- `name`: Name of the model
- **Type**: Object
- `name`: Name of the model
- `path`: Location of the model file or directory relative to the context
- `framework`: AI/ML framework
- `version`: Version of the model
- `description`: Overview of the model
- `license`: SPDX license identifier for the dataset.
- `license`: SPDX license identifier for the dataset.
- `training`:
- `dataset`: Name of the dataset
- `parameters`: name value pairs
Expand Down Expand Up @@ -115,7 +115,7 @@ models:
```
## Future Considerations
## Future Considerations
This section is for collecting future ideas.
Expand All @@ -138,4 +138,4 @@ This section is for collecting future ideas.
- name: pandas
version: 1.1.3
license: BSD-3-Clause
```
```
141 changes: 0 additions & 141 deletions pkg/cmd/build/kit-file.md

This file was deleted.

0 comments on commit 7f97ae8

Please sign in to comment.