Delete incubator/fabulinus directory
This commit is contained in:
parent
0f9a927195
commit
693adbb36f
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [fabulinus-0.0.3](https://github.com/truecharts/charts/compare/fabulinus-0.0.2...fabulinus-0.0.3) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fabulinus-0.0.2](https://github.com/truecharts/charts/compare/fabulinus-0.0.1...fabulinus-0.0.2) (2024-01-10)
|
|
@ -1,37 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: AI
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: latest-cpu
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Fabulinus is the server component of the TitanML Takeoff server.
|
||||
home: https://truecharts.org/charts/incubator/fabulinus
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png
|
||||
keywords:
|
||||
- fabulinus
|
||||
- machine-learning
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: fabulinus
|
||||
sources:
|
||||
- https://github.com/titanml/takeoff-communitys
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/fabulinus
|
||||
- https://hub.docker.com/r/tytn/fabulinus
|
||||
type: application
|
||||
version: 0.0.3
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: README
|
||||
---
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/fabulinus)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
_All Rights Reserved - The TrueCharts Project_
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [fabulinus-0.0.3](https://github.com/truecharts/charts/compare/fabulinus-0.0.2...fabulinus-0.0.3) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
Fabulinus is the server component of the TitanML Takeoff server.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/fabulinus](https://truecharts.org/charts/incubator/fabulinus)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -1,65 +0,0 @@
|
|||
image:
|
||||
repository: tytn/fabulinus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest-cpu@sha256:f8b30eaa5b61d6085fc715f40619733846927c2266a3e20523e93fb58afeef38
|
||||
gpuImage:
|
||||
repository: tytn/fabulinus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest-gpu@sha256:9a826a578ca4157fbe3c091eb78aa35dfca6675f9fae24dcb90495ba4d9715d1
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 80
|
||||
port: 10687
|
||||
|
||||
fabulinus:
|
||||
# cpu | gpu
|
||||
device: cpu
|
||||
model: "google/flan-t5-small"
|
||||
# int8 | float16 | bfloat16 | int8_float16 | int8_bfloat16
|
||||
quant_type: int8
|
||||
max_batch_size: 32
|
||||
disable_batching: true
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
imageSelector: image
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /docs
|
||||
readiness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /docs
|
||||
startup:
|
||||
enabled: true
|
||||
type: tcp
|
||||
env:
|
||||
TAKEOFF_DEVICE: "{{ .Values.fabulinus.device }}"
|
||||
TAKEOFF_MODEL_NAME: "{{ .Values.fabulinus.model }}"
|
||||
TAKEOFF_QUANT_TYPE: "{{ .Values.fabulinus.quant_type }}"
|
||||
TAKEOFF_MAX_BATCH_SIZE: "{{ .Values.fabulinus.max_batch_size }}"
|
||||
TAKEOFF_DISABLE_BATCHING: "{{ .Values.fabulinus.disable_batching }}"
|
||||
|
||||
persistence:
|
||||
models:
|
||||
enabled: true
|
||||
mountPath: "/code/models"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -1 +0,0 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png
|
||||
categories:
|
||||
- AI
|
||||
screenshots: []
|
Loading…
Reference in New Issue