Using Syft to generate SBOMs.
syft ghcr.io/complianceascode/compliance-operator:latest -o syft-text --file compliance-operator-sbom.txt
Using Syft to generate SBOMs.
syft ghcr.io/complianceascode/compliance-operator:latest -o syft-text --file compliance-operator-sbom.txt
import time | |
from typing import Optional, List, Tuple, Callable, Any | |
from contextlib import contextmanager | |
import os | |
import functools | |
import torch | |
import torch_xla | |
import torch_xla.distributed.spmd as xs | |
import torch_xla.core.xla_model as xm |
{"embeddings":[{"tensorName":"jina-clip-v2","tensorShape":[1,1024],"tensorPath":"https://gist.githubusercontent.com/hanxiao/4d17ce4770f6f02f9cb9fe6fbba9135c/raw/99475160d0b8580ac41af5d8b3e02a85561584e4/tensor.tsv","metadataPath":"https://gist.githubusercontent.com/hanxiao/4d17ce4770f6f02f9cb9fe6fbba9135c/raw/802992c4220de19a90767f3000a79a31b98d0df7/metadata.tsv"}]} |
Hello world |
Redirect to /build/tmp.yAFiQOJ6nE and /build/tmp.G8INqESh7h | |
Tree base: | |
72d159f738d8 ("RISC-V: KVM: add SBI extension reset callback") | |
Building the whole tree with the patch | |
Building the tree before the patch | |
Building the tree with the patch | |
New errors added: | |
--- /build/tmp.e8mBHLexTT 2025-02-11 17:56:35.194835810 +0000 | |
+++ /build/tmp.oWYKqMCCYV 2025-02-11 17:56:35.197835795 +0000 | |
@@ -85 +85 @@ |
\documentclass[12pt,a4paper]{exam} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[german]{babel} | |
\usepackage{amsmath,amsfonts,amssymb} | |
\usepackage{graphicx} | |
\usepackage{geometry} | |
\usepackage{multicol} | |
\usepackage{tikz} | |
\usepackage{pgfplots} |
https://github.com/1pt-co/api | |
https://github.com/1pt-co/1pt | |
https://github.com/1pt-co/info.1pt.co |
Benchmark Name | Min | Geomean | Median | Mean | Max | Total (ms) | Total (min) |
---|---|---|---|---|---|---|---|
Bounce | 523 | 539 | 527.11 | 524 | 527.08 | 105421 | 1.76 |
CD | 530 | 548 | 536.34 | 532 | 536.3 | 107267 | 1.79 |
DeltaBlue | 269 | 392 | 345.26 | 346 | 344.9 | 69052 | 1.15 |
Havlak | 1130 | 1194 | 1158.87 | 1159 | 1158.82 | 231774 | 3.86 |
Json | 311 | 327 | 315.29 | 313 | 315.25 | 63058 | 1.05 |
List | 318 | 352 | 320.5 | 319 | 320.46 | 64100 | 1.07 |
Mandelbrot | 129 | 158 | 130.72 | 130 | 130.67 | 26143 | 0.44 |
using System; | |
namespace clinic | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
int reseptionTime = 10; | |
int minutesInHours = 60; |
/mvnw text eol=lf | |
*.cmd text eol=crlf |