This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Auto-generated by Hermes (RDMA Cluster Analyzer) | |
| # https://github.com/llm-d-incubation/hermes | |
| # | |
| # Configuration: | |
| # workload: deepep-lowlatency-test | |
| # namespace: llm-test | |
| # image: ghcr.io/llm-d/llm-d-cuda-dev:sha-d58731d@sha256:ba067a81b28546650a5496c3093a21b249c3f0c60d0d305ddcd1907e632e6edd | |
| # sriov_network: roce-p2 | |
| # gpus_per_node: 1 | |
| # rdma_resource_type: rdma/roce_gdr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Auto-generated by Hermes (RDMA Cluster Analyzer) | |
| # https://github.com/llm-d-incubation/hermes | |
| # | |
| # Configuration: | |
| # workload: deepep-lowlatency-test | |
| # namespace: llm-test | |
| # image: ghcr.io/llm-d/llm-d-cuda-dev:sha-d58731d@sha256:ba067a81b28546650a5496c3093a21b249c3f0c60d0d305ddcd1907e632e6edd | |
| # sriov_network: roce-p2 | |
| # gpus_per_node: 1 | |
| # rdma_resource_type: rdma/roce_gdr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "0": { | |
| "0": { | |
| "engine_id": "3c8e544e-31a9-4129-a54c-2898ff20b7d4", | |
| "agent_metadata": "bml4bFNlckRlc3xBZ2VudCQAAAAAAAAAOGNiZjBkNDktYmY0Yy00ZWU3LThkYmEtNjBhNWVhNWE1Nzg3fENvbm5zCAAAAAAAAAABAAAAAAAAAHx0AwAAAAAAAABVQ1h8Y6wCAAAAAAAAIIVk3O9YpWkOIABjdXfMKzIAQJdQAAAAAABPAwCI3eFals2HO8EhJgAAAsCoyfjPGRe3UThXdI1O4Z21NgATIwCCzxUhEgECdBHD0wjHFIsAAADwAAAAAM8ZF7dROFOePkvX4Dc3ARMjAILQB0IIdBHD0wjHFAuNU3fMKzIAAHBQd8yrMwBPIwCIJYAYAAAAAABDCHQRw9MIxxQLp9N3zCsyAABwUHfMqzMATyMAiEuIDsAtAADAZCMBAAEAJ4qwD6EzXSDSTjSrSjVG3yIAADHRXHzhM10g0k7KuFI1RgMnAAO2KwB+OXfMKzNdINJOYMZaNUbfI8AHvCsAuAwAAHrUd8wrM10g0k40q0o1Rt8iwAEAsw93zKszXSDSTsq4UjVGAycAg8ErAGUlAgQCAP9/J4qwD6EzXSDSTjSrSjVG3yIAADHRXHzhM10g0k7KuFI1RgMnAAOnKQB+OXfMKzNdINJOYMZaNUbfIwAHqykAeAwEAHrUd8wrM10g0k40q0o1Rt8iAAEAsw93zKszXSDSTsq4UjVGAycAg7MpAGYlAwQFAP9/J4qwD6EzXSDSTjSrSjVG3yIAADHRXHzhM10g0k7KuFI1RgMnAAMnKQB+OXfMKzNdINJOYMZaNUbfIwAHKykAZAwCAHrUd8wrM10g0k40q0o1Rt8iAAEAsw93zKszXSDSTsq4UjVGAycAgzQpAGclBAQGAP9/J4qwD6EzXSDSTjSrSjVG3yIAADHRXHzhM10g0k7KuFI1RgMnAAMbKgB+OX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const message = document.createElement("div"); | |
| message.style.padding = "20px"; | |
| message.style.backgroundColor = "#d4edda"; | |
| message.style.color = "#155724"; | |
| message.style.border = "1px solid #c3e6cb"; | |
| message.style.borderRadius = "5px"; | |
| message.style.margin = "10px 0"; | |
| message.style.fontFamily = "Arial, sans-serif"; | |
| message.style.fontSize = "14px"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| import graphviz | |
| import trino | |
| import os | |
| import sys | |
| import logging | |
| import concurrent.futures | |
| from concurrent.futures import ThreadPoolExecutor | |
| from cachier import cachier | |
| import datetime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set shell=/bin/zsh | |
| let mapleader = "\<Space>" | |
| " ============================================================================= | |
| " # PLUGINS | |
| " ============================================================================= | |
| " Load vundle | |
| set nocompatible | |
| filetype off | |
| call plug#begin() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use tracing_actix_web::TracingLogger; | |
| use actix_web_opentelemetry::RequestMetrics; | |
| use opentelemetry::{global, runtime::TokioCurrentThread}; | |
| use actix_http::header::{self, HeaderMap, HeaderValue}; | |
| use actix_web::dev::{ServiceRequest, ServiceResponse}; | |
| use opentelemetry_zipkin::Propagator as ZipkinPropagator; | |
| use tracing::Span; | |
| use tracing_actix_web::{DefaultRootSpanBuilder, RootSpanBuilder}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0a1,2 | |
| > #![allow(non_snake_case)] | |
| > | |
| 4a7 | |
| > | |
| 12c15 | |
| < pub initiatedBy: Option<ApplicationOperation>, | |
| --- | |
| > pub initiatedBy: Option<ApplicationOperationInitiatedBy>, | |
| 14c17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: triggers.tekton.dev/v1alpha1 | |
| kind: TriggerBinding | |
| metadata: | |
| name: gitlab-review-comment-on-mergerequest-custom | |
| spec: | |
| params: | |
| - name: mergereq-url | |
| value: $(body.merge_request.url) | |
| - name: comment-description | |
| value: $(body.object_attributes.description) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/notebook/templates/page.html b/notebook/templates/page.html | |
| index 9e68da1b2..a5539711b 100644 | |
| --- a/notebook/templates/page.html | |
| +++ b/notebook/templates/page.html | |
| @@ -133,7 +133,13 @@ dir="ltr"> | |
| {% endblock %} | |
| {% block header_buttons %} | |
| - | |
| + |
NewerOlder