huggingface / transformers pipeline - what to do model
python -m venv ml-env
source ./ml-env/bin/activate
pip install torch # use PyTorch or TF
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"/> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> | |
<title>Application List</title> | |
<link href="reports/resources/css/bootstrap.min.css" rel="stylesheet"/> |
package main | |
import ( | |
"archive/tar" | |
"bufio" | |
"bytes" | |
"compress/gzip" | |
"fmt" | |
"io" | |
"log" |
$ export TOKEN="eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSl..." | |
$ curl -v -H "Authorization: Bearer $TOKEN" 'https://tackle-konveyor-tackle.apps.cluster-mauf.local/auth/realms/tackle/protocol/openid-connect/userinfo' | |
{"sub":"7749cf8a-bb8a-43c7-a689-80c90e6023eb","email_verified":false,"preferred_username":"admin"} |
Record Type 1,Application Name,Description,Comments,Business Service,Binary Group,Binary Artifact,Binary Version,Binary Packaging,Repository Type,Repository URL,Repository Branch,Repository Path,Tag Type 1,Tag 1,Tag Type 2,Tag 2,Tag Type 3,Tag 3,Tag Type 4,Tag 4,Tag Type 5,Tag 5,Tag Type 6,Tag 6,Tag Type 7,Tag 7,Tag Type 8,Tag 8,Tag Type 9,Tag 9,Tag Type 10,Tag 10,Tag Type 11,Tag 11,Tag Type 12,Tag 12,Tag Type 13,Tag 13,Tag Type 14,Tag 14,Tag Type 15,Tag 15,Tag Type 16,Tag 16,Tag Type 17,Tag 17,Tag Type 18,Tag 18,Tag Type 19,Tag 19,Tag Type 20,Tag 20 | |
1,MarketingApp,My cool app for Marketing dept,Comment from me,Marketing,binarygrp,elfbin,v1,rpm,git,,main,/repo,Language,Java,Webserver,Tomcat,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | |
1,BackendApp,A backend app for Marketing,,Marketing,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, | |
2,MarketingApp,BackendApp,NORTHBOUND |
[ | |
{ | |
"completed": "2022-01-19T12:34:34Z", | |
"description": "Initialize migration.", | |
"name": "Initialize", | |
"progress": { | |
"completed": 1, | |
"total": 1 | |
}, | |
"started": "2022-01-19T12:33:45Z" |
must-gather-full/ | |
├── cluster-scoped-resources | |
│ ├── cdiconfigs.cdi.kubevirt.io | |
│ │ └── config.yaml | |
│ ├── cdis.cdi.kubevirt.io | |
│ │ └── cdi-kubevirt-hyperconverged.yaml | |
│ ├── networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io | |
│ │ └── cluster.yaml | |
│ └── vmimportconfigs.v2v.kubevirt.io | |
│ └── vmimport-kubevirt-hyperconverged.yaml |
DEV ?= /dev/ttyUSB0 | |
setup: | |
sudo dnf install -y wget esptool micropython picocom ampy | |
wget https://micropython.org/resources/firmware/esp32-idf4-20210202-v1.14.bin | |
flash: | |
esptool --port ${DEV} erase_flash | |
esptool --chip esp32 --port ${DEV} --baud 115200 write_flash -z 0x1000 esp32-idf4-20210202-v1.14.bin |
--- |
{"level":"info","ts":1602572585.2463334,"logger":"migration|wmwx6","msg":"[RUN]","migration":"mig-run","stage":false,"phase":""} | |
{"level":"info","ts":1602572585.6477191,"logger":"migration|5qts5","msg":"[RUN]","migration":"mig-run","stage":false,"phase":"Started"} | |
{"level":"info","ts":1602572586.0637507,"logger":"migration|fd9cq","msg":"[RUN]","migration":"mig-run","stage":false,"phase":"Prepare"} | |
{"level":"info","ts":1602572586.9295113,"logger":"migration|zj2h8","msg":"[RUN]","migration":"mig-run","stage":false,"phase":"EnsureCloudSecretPropagated"} | |
{"level":"info","ts":1602572588.5258539,"logger":"migration|qjgzk","msg":"[RUN]","migration":"mig-run","stage":false,"phase":"PreBackupHooks"} | |
{"level":"info","ts":1602572588.811703,"logger":"migration|jckbm","msg":"[RUN]","migration":"mig-run","stage":false,"phase":"EnsureInitialBackup"} | |
{"level":"info","ts":1602572589.518848,"logger":"migration|t86h9","msg":"[RUN]","migration":"mig-run","stage":false,"phase":"InitialBackupCreated"} |