claimed-framework / claimed-framework/mlx_deprecated
Rework bootstrapper
- Dominant language
- Python
- Stars
- 220
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
```Bash
$ grep -o -h -E "http.*yaml" bootstrapper/configmap.yaml | \
while read url; do \
curl -s -o /dev/null -w "%{http_code}" $url; echo ": ${url}"; \
done | grep --color "404"
```
```YAML
404: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-audio-classifier.yaml
404: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-breast-cancer-mitosis-detector.yaml
404: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-facial-age-estimator.yaml
404: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-image-segmenter.yaml
404: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-news-text-generator.yaml
404: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-sports-video-classifier.yaml
```
Contributor guide
Assessment
This issue has not been assessed yet.