Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/_fused_adam_ops.h +83 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/_to_sparse_cpu_dispatch.h +24 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h +24 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/align_to_ops.h +39 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h +25 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/crow_indices_copy_native.h +22 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h +23 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/linear_native.h +23 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/logcumsumexp_ops.h +61 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/smm_native.h +21 -0
- videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h +25 -0
- vllm/lib/python3.10/site-packages/wandb/beta/__pycache__/workflows.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/beta/workflows.py +288 -0
- vllm/lib/python3.10/site-packages/wandb/mpmain/__init__.py +0 -0
- vllm/lib/python3.10/site-packages/wandb/mpmain/__main__.py +1 -0
- vllm/lib/python3.10/site-packages/wandb/mpmain/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/mpmain/__pycache__/__main__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/__init__.py +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/__init__.py +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/__pycache__/wandb_base_pb2.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/__pycache__/wandb_internal_pb2.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/__pycache__/wandb_server_pb2.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/__pycache__/wandb_settings_pb2.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_base_pb2.py +55 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_internal_pb2.py +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_server_pb2.py +228 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_settings_pb2.py +122 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_telemetry_pb2.py +106 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v4/__init__.py +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v4/__pycache__/wandb_server_pb2.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v4/__pycache__/wandb_settings_pb2.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_base_pb2.py +30 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_internal_pb2.py +378 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_server_pb2.py +67 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_settings_pb2.py +47 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_telemetry_pb2.py +41 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v5/__pycache__/wandb_base_pb2.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/v5/__pycache__/wandb_internal_pb2.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/proto/wandb_base_pb2.py +10 -0
- vllm/lib/python3.10/site-packages/wandb/proto/wandb_deprecated.py +45 -0
- vllm/lib/python3.10/site-packages/wandb/proto/wandb_generate_deprecated.py +30 -0
- vllm/lib/python3.10/site-packages/wandb/proto/wandb_generate_proto.py +49 -0
- vllm/lib/python3.10/site-packages/wandb/proto/wandb_internal_pb2.py +16 -0
- vllm/lib/python3.10/site-packages/wandb/proto/wandb_server_pb2.py +10 -0
- vllm/lib/python3.10/site-packages/wandb/proto/wandb_settings_pb2.py +10 -0
- vllm/lib/python3.10/site-packages/wandb/proto/wandb_telemetry_pb2.py +10 -0
- vllm/lib/python3.10/site-packages/wandb/sdk/__pycache__/__init__.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/sdk/__pycache__/wandb_alerts.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/sdk/__pycache__/wandb_config.cpython-310.pyc +0 -0
- vllm/lib/python3.10/site-packages/wandb/sdk/__pycache__/wandb_init.cpython-310.pyc +0 -0
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/_fused_adam_ops.h
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
|
| 3 |
+
// @generated by torchgen/gen.py from Operator.h
|
| 4 |
+
|
| 5 |
+
#include <tuple>
|
| 6 |
+
#include <vector>
|
| 7 |
+
|
| 8 |
+
// Forward declarations of any types needed in the operator signatures.
|
| 9 |
+
// We can't directly include these classes because it will cause circular include dependencies.
|
| 10 |
+
// This file is included by TensorBody.h, which defines the Tensor class.
|
| 11 |
+
#include <ATen/core/ATen_fwd.h>
|
| 12 |
+
|
| 13 |
+
namespace at {
|
| 14 |
+
namespace _ops {
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
struct TORCH_API _fused_adam_ {
|
| 18 |
+
using schema = void (at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, double, double, double, double, double, bool, bool, const c10::optional<at::Tensor> &, const c10::optional<at::Tensor> &);
|
| 19 |
+
using ptr_schema = schema*;
|
| 20 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 21 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::_fused_adam_")
|
| 22 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "")
|
| 23 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "_fused_adam_(Tensor(a!)[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> ()")
|
| 24 |
+
static void call(at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, double lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf);
|
| 25 |
+
static void redispatch(c10::DispatchKeySet dispatchKeySet, at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, double lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf);
|
| 26 |
+
};
|
| 27 |
+
|
| 28 |
+
struct TORCH_API _fused_adam__tensor_lr {
|
| 29 |
+
using schema = void (at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, const at::Tensor &, double, double, double, double, bool, bool, const c10::optional<at::Tensor> &, const c10::optional<at::Tensor> &);
|
| 30 |
+
using ptr_schema = schema*;
|
| 31 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 32 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::_fused_adam_")
|
| 33 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "tensor_lr")
|
| 34 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "_fused_adam_.tensor_lr(Tensor(a!)[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, Tensor lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> ()")
|
| 35 |
+
static void call(at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, const at::Tensor & lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf);
|
| 36 |
+
static void redispatch(c10::DispatchKeySet dispatchKeySet, at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, const at::Tensor & lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf);
|
| 37 |
+
};
|
| 38 |
+
|
| 39 |
+
struct TORCH_API _fused_adam_out {
|
| 40 |
+
using schema = void (at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, double, double, double, double, double, bool, bool, const c10::optional<at::Tensor> &, const c10::optional<at::Tensor> &, at::TensorList);
|
| 41 |
+
using ptr_schema = schema*;
|
| 42 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 43 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::_fused_adam")
|
| 44 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "out")
|
| 45 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "_fused_adam.out(Tensor[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None, Tensor(a!)[] out) -> ()")
|
| 46 |
+
static void call(at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, double lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf, at::TensorList out);
|
| 47 |
+
static void redispatch(c10::DispatchKeySet dispatchKeySet, at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, double lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf, at::TensorList out);
|
| 48 |
+
};
|
| 49 |
+
|
| 50 |
+
struct TORCH_API _fused_adam {
|
| 51 |
+
using schema = ::std::tuple<::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>> (at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, double, double, double, double, double, bool, bool, const c10::optional<at::Tensor> &, const c10::optional<at::Tensor> &);
|
| 52 |
+
using ptr_schema = schema*;
|
| 53 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 54 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::_fused_adam")
|
| 55 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "")
|
| 56 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "_fused_adam(Tensor[] self, Tensor[] grads, Tensor[] exp_avgs, Tensor[] exp_avg_sqs, Tensor[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> (Tensor[] self_out, Tensor[] grads_out, Tensor[] exp_avgs_out, Tensor[] exp_avg_sqs_out, Tensor[] max_exp_avg_sqs_out)")
|
| 57 |
+
static ::std::tuple<::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>> call(at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, double lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf);
|
| 58 |
+
static ::std::tuple<::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>> redispatch(c10::DispatchKeySet dispatchKeySet, at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, double lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf);
|
| 59 |
+
};
|
| 60 |
+
|
| 61 |
+
struct TORCH_API _fused_adam_tensor_lr_out {
|
| 62 |
+
using schema = void (at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, const at::Tensor &, double, double, double, double, bool, bool, const c10::optional<at::Tensor> &, const c10::optional<at::Tensor> &, at::TensorList);
|
| 63 |
+
using ptr_schema = schema*;
|
| 64 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 65 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::_fused_adam")
|
| 66 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "tensor_lr_out")
|
| 67 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "_fused_adam.tensor_lr_out(Tensor[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, Tensor lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None, Tensor(a!)[] out) -> ()")
|
| 68 |
+
static void call(at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, const at::Tensor & lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf, at::TensorList out);
|
| 69 |
+
static void redispatch(c10::DispatchKeySet dispatchKeySet, at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, const at::Tensor & lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf, at::TensorList out);
|
| 70 |
+
};
|
| 71 |
+
|
| 72 |
+
struct TORCH_API _fused_adam_tensor_lr {
|
| 73 |
+
using schema = ::std::tuple<::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>> (at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, at::TensorList, const at::Tensor &, double, double, double, double, bool, bool, const c10::optional<at::Tensor> &, const c10::optional<at::Tensor> &);
|
| 74 |
+
using ptr_schema = schema*;
|
| 75 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 76 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::_fused_adam")
|
| 77 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "tensor_lr")
|
| 78 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "_fused_adam.tensor_lr(Tensor[] self, Tensor[] grads, Tensor[] exp_avgs, Tensor[] exp_avg_sqs, Tensor[] max_exp_avg_sqs, Tensor[] state_steps, *, Tensor lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> (Tensor[] self_out, Tensor[] grads_out, Tensor[] exp_avgs_out, Tensor[] exp_avg_sqs_out, Tensor[] max_exp_avg_sqs_out)")
|
| 79 |
+
static ::std::tuple<::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>> call(at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, const at::Tensor & lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf);
|
| 80 |
+
static ::std::tuple<::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>,::std::vector<at::Tensor>> redispatch(c10::DispatchKeySet dispatchKeySet, at::TensorList self, at::TensorList grads, at::TensorList exp_avgs, at::TensorList exp_avg_sqs, at::TensorList max_exp_avg_sqs, at::TensorList state_steps, const at::Tensor & lr, double beta1, double beta2, double weight_decay, double eps, bool amsgrad, bool maximize, const c10::optional<at::Tensor> & grad_scale, const c10::optional<at::Tensor> & found_inf);
|
| 81 |
+
};
|
| 82 |
+
|
| 83 |
+
}} // namespace at::_ops
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/_to_sparse_cpu_dispatch.h
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
// @generated by torchgen/gen.py from DispatchKeyFunction.h
|
| 3 |
+
|
| 4 |
+
// NB: The implementing C++ file is RegisterDispatchKey.cpp
|
| 5 |
+
|
| 6 |
+
// The only #includes we need are for custom classes that have defaults in the C++ API
|
| 7 |
+
#include <c10/core/MemoryFormat.h>
|
| 8 |
+
#include <c10/core/Scalar.h>
|
| 9 |
+
#include <ATen/core/Reduction.h>
|
| 10 |
+
|
| 11 |
+
// Forward declarations of any types needed in the operator signatures.
|
| 12 |
+
// We can't directly include these classes because it will cause circular include dependencies.
|
| 13 |
+
// This file is included by TensorBody.h, which defines the Tensor class.
|
| 14 |
+
#include <ATen/core/ATen_fwd.h>
|
| 15 |
+
|
| 16 |
+
namespace at {
|
| 17 |
+
|
| 18 |
+
namespace cpu {
|
| 19 |
+
|
| 20 |
+
TORCH_API at::Tensor _to_sparse(const at::Tensor & self, int64_t sparse_dim);
|
| 21 |
+
TORCH_API at::Tensor _to_sparse(const at::Tensor & self, c10::optional<at::Layout> layout=c10::nullopt, at::OptionalIntArrayRef blocksize=c10::nullopt, c10::optional<int64_t> dense_dim=c10::nullopt);
|
| 22 |
+
|
| 23 |
+
} // namespace cpu
|
| 24 |
+
} // namespace at
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
// @generated by torchgen/gen.py from DispatchKeyFunction.h
|
| 3 |
+
|
| 4 |
+
// NB: The implementing C++ file is RegisterDispatchKey.cpp
|
| 5 |
+
|
| 6 |
+
// The only #includes we need are for custom classes that have defaults in the C++ API
|
| 7 |
+
#include <c10/core/MemoryFormat.h>
|
| 8 |
+
#include <c10/core/Scalar.h>
|
| 9 |
+
#include <ATen/core/Reduction.h>
|
| 10 |
+
|
| 11 |
+
// Forward declarations of any types needed in the operator signatures.
|
| 12 |
+
// We can't directly include these classes because it will cause circular include dependencies.
|
| 13 |
+
// This file is included by TensorBody.h, which defines the Tensor class.
|
| 14 |
+
#include <ATen/core/ATen_fwd.h>
|
| 15 |
+
|
| 16 |
+
namespace at {
|
| 17 |
+
|
| 18 |
+
namespace compositeexplicitautograd {
|
| 19 |
+
|
| 20 |
+
TORCH_API ::std::tuple<at::Tensor &,at::Tensor &> _weight_norm_interface_out(at::Tensor & out0, at::Tensor & out1, const at::Tensor & v, const at::Tensor & g, int64_t dim=0);
|
| 21 |
+
TORCH_API ::std::tuple<at::Tensor &,at::Tensor &> _weight_norm_interface_outf(const at::Tensor & v, const at::Tensor & g, int64_t dim, at::Tensor & out0, at::Tensor & out1);
|
| 22 |
+
|
| 23 |
+
} // namespace compositeexplicitautograd
|
| 24 |
+
} // namespace at
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/align_to_ops.h
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
|
| 3 |
+
// @generated by torchgen/gen.py from Operator.h
|
| 4 |
+
|
| 5 |
+
#include <tuple>
|
| 6 |
+
#include <vector>
|
| 7 |
+
|
| 8 |
+
// Forward declarations of any types needed in the operator signatures.
|
| 9 |
+
// We can't directly include these classes because it will cause circular include dependencies.
|
| 10 |
+
// This file is included by TensorBody.h, which defines the Tensor class.
|
| 11 |
+
#include <ATen/core/ATen_fwd.h>
|
| 12 |
+
|
| 13 |
+
namespace at {
|
| 14 |
+
namespace _ops {
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
struct TORCH_API align_to {
|
| 18 |
+
using schema = at::Tensor (const at::Tensor &, at::DimnameList);
|
| 19 |
+
using ptr_schema = schema*;
|
| 20 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 21 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::align_to")
|
| 22 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "")
|
| 23 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "align_to(Tensor(a) self, Dimname[] names) -> Tensor(a)")
|
| 24 |
+
static at::Tensor call(const at::Tensor & self, at::DimnameList names);
|
| 25 |
+
static at::Tensor redispatch(c10::DispatchKeySet dispatchKeySet, const at::Tensor & self, at::DimnameList names);
|
| 26 |
+
};
|
| 27 |
+
|
| 28 |
+
struct TORCH_API align_to_ellipsis_idx {
|
| 29 |
+
using schema = at::Tensor (const at::Tensor &, at::DimnameList, int64_t);
|
| 30 |
+
using ptr_schema = schema*;
|
| 31 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 32 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::align_to")
|
| 33 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "ellipsis_idx")
|
| 34 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "align_to.ellipsis_idx(Tensor(a) self, Dimname[] order, int ellipsis_idx) -> Tensor(a)")
|
| 35 |
+
static at::Tensor call(const at::Tensor & self, at::DimnameList order, int64_t ellipsis_idx);
|
| 36 |
+
static at::Tensor redispatch(c10::DispatchKeySet dispatchKeySet, const at::Tensor & self, at::DimnameList order, int64_t ellipsis_idx);
|
| 37 |
+
};
|
| 38 |
+
|
| 39 |
+
}} // namespace at::_ops
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
// @generated by torchgen/gen.py from DispatchKeyFunction.h
|
| 3 |
+
|
| 4 |
+
// NB: The implementing C++ file is RegisterDispatchKey.cpp
|
| 5 |
+
|
| 6 |
+
// The only #includes we need are for custom classes that have defaults in the C++ API
|
| 7 |
+
#include <c10/core/MemoryFormat.h>
|
| 8 |
+
#include <c10/core/Scalar.h>
|
| 9 |
+
#include <ATen/core/Reduction.h>
|
| 10 |
+
|
| 11 |
+
// Forward declarations of any types needed in the operator signatures.
|
| 12 |
+
// We can't directly include these classes because it will cause circular include dependencies.
|
| 13 |
+
// This file is included by TensorBody.h, which defines the Tensor class.
|
| 14 |
+
#include <ATen/core/ATen_fwd.h>
|
| 15 |
+
|
| 16 |
+
namespace at {
|
| 17 |
+
|
| 18 |
+
namespace cuda {
|
| 19 |
+
|
| 20 |
+
TORCH_API at::Tensor avg_pool2d_backward(const at::Tensor & grad_output, const at::Tensor & self, at::IntArrayRef kernel_size, at::IntArrayRef stride, at::IntArrayRef padding, bool ceil_mode, bool count_include_pad, c10::optional<int64_t> divisor_override);
|
| 21 |
+
TORCH_API at::Tensor & avg_pool2d_backward_out(at::Tensor & grad_input, const at::Tensor & grad_output, const at::Tensor & self, at::IntArrayRef kernel_size, at::IntArrayRef stride, at::IntArrayRef padding, bool ceil_mode, bool count_include_pad, c10::optional<int64_t> divisor_override);
|
| 22 |
+
TORCH_API at::Tensor & avg_pool2d_backward_outf(const at::Tensor & grad_output, const at::Tensor & self, at::IntArrayRef kernel_size, at::IntArrayRef stride, at::IntArrayRef padding, bool ceil_mode, bool count_include_pad, c10::optional<int64_t> divisor_override, at::Tensor & grad_input);
|
| 23 |
+
|
| 24 |
+
} // namespace cuda
|
| 25 |
+
} // namespace at
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/crow_indices_copy_native.h
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
|
| 3 |
+
// @generated by torchgen/gen.py from NativeFunction.h
|
| 4 |
+
|
| 5 |
+
#include <c10/core/Scalar.h>
|
| 6 |
+
#include <c10/core/Storage.h>
|
| 7 |
+
#include <c10/core/TensorOptions.h>
|
| 8 |
+
#include <c10/util/Deprecated.h>
|
| 9 |
+
#include <c10/util/Optional.h>
|
| 10 |
+
#include <c10/core/QScheme.h>
|
| 11 |
+
#include <ATen/core/Reduction.h>
|
| 12 |
+
#include <ATen/core/Tensor.h>
|
| 13 |
+
#include <tuple>
|
| 14 |
+
#include <vector>
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
namespace at {
|
| 18 |
+
namespace native {
|
| 19 |
+
TORCH_API at::Tensor & crow_indices_copy_out(const at::Tensor & self, at::Tensor & out);
|
| 20 |
+
TORCH_API at::Tensor crow_indices_copy(const at::Tensor & self);
|
| 21 |
+
} // namespace native
|
| 22 |
+
} // namespace at
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
// @generated by torchgen/gen.py from DispatchKeyFunction.h
|
| 3 |
+
|
| 4 |
+
// NB: The implementing C++ file is RegisterDispatchKey.cpp
|
| 5 |
+
|
| 6 |
+
// The only #includes we need are for custom classes that have defaults in the C++ API
|
| 7 |
+
#include <c10/core/MemoryFormat.h>
|
| 8 |
+
#include <c10/core/Scalar.h>
|
| 9 |
+
#include <ATen/core/Reduction.h>
|
| 10 |
+
|
| 11 |
+
// Forward declarations of any types needed in the operator signatures.
|
| 12 |
+
// We can't directly include these classes because it will cause circular include dependencies.
|
| 13 |
+
// This file is included by TensorBody.h, which defines the Tensor class.
|
| 14 |
+
#include <ATen/core/ATen_fwd.h>
|
| 15 |
+
|
| 16 |
+
namespace at {
|
| 17 |
+
|
| 18 |
+
namespace compositeimplicitautograd {
|
| 19 |
+
|
| 20 |
+
TORCH_API at::Tensor embedding_sparse_backward(const at::Tensor & grad, const at::Tensor & indices, int64_t num_weights, int64_t padding_idx, bool scale_grad_by_freq);
|
| 21 |
+
|
| 22 |
+
} // namespace compositeimplicitautograd
|
| 23 |
+
} // namespace at
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/linear_native.h
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
|
| 3 |
+
// @generated by torchgen/gen.py from NativeFunction.h
|
| 4 |
+
|
| 5 |
+
#include <c10/core/Scalar.h>
|
| 6 |
+
#include <c10/core/Storage.h>
|
| 7 |
+
#include <c10/core/TensorOptions.h>
|
| 8 |
+
#include <c10/util/Deprecated.h>
|
| 9 |
+
#include <c10/util/Optional.h>
|
| 10 |
+
#include <c10/core/QScheme.h>
|
| 11 |
+
#include <ATen/core/Reduction.h>
|
| 12 |
+
#include <ATen/core/Tensor.h>
|
| 13 |
+
#include <tuple>
|
| 14 |
+
#include <vector>
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
namespace at {
|
| 18 |
+
namespace native {
|
| 19 |
+
TORCH_API at::Tensor linear(const at::Tensor & input, const at::Tensor & weight, const c10::optional<at::Tensor> & bias={});
|
| 20 |
+
TORCH_API at::Tensor & linear_out(const at::Tensor & input, const at::Tensor & weight, const c10::optional<at::Tensor> & bias, at::Tensor & out);
|
| 21 |
+
TORCH_API at::Tensor nested_linear(const at::Tensor & input, const at::Tensor & weight, const c10::optional<at::Tensor> & bias={});
|
| 22 |
+
} // namespace native
|
| 23 |
+
} // namespace at
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/logcumsumexp_ops.h
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
|
| 3 |
+
// @generated by torchgen/gen.py from Operator.h
|
| 4 |
+
|
| 5 |
+
#include <tuple>
|
| 6 |
+
#include <vector>
|
| 7 |
+
|
| 8 |
+
// Forward declarations of any types needed in the operator signatures.
|
| 9 |
+
// We can't directly include these classes because it will cause circular include dependencies.
|
| 10 |
+
// This file is included by TensorBody.h, which defines the Tensor class.
|
| 11 |
+
#include <ATen/core/ATen_fwd.h>
|
| 12 |
+
|
| 13 |
+
namespace at {
|
| 14 |
+
namespace _ops {
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
struct TORCH_API logcumsumexp {
|
| 18 |
+
using schema = at::Tensor (const at::Tensor &, int64_t);
|
| 19 |
+
using ptr_schema = schema*;
|
| 20 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 21 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::logcumsumexp")
|
| 22 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "")
|
| 23 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "logcumsumexp(Tensor self, int dim) -> Tensor")
|
| 24 |
+
static at::Tensor call(const at::Tensor & self, int64_t dim);
|
| 25 |
+
static at::Tensor redispatch(c10::DispatchKeySet dispatchKeySet, const at::Tensor & self, int64_t dim);
|
| 26 |
+
};
|
| 27 |
+
|
| 28 |
+
struct TORCH_API logcumsumexp_out {
|
| 29 |
+
using schema = at::Tensor & (const at::Tensor &, int64_t, at::Tensor &);
|
| 30 |
+
using ptr_schema = schema*;
|
| 31 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 32 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::logcumsumexp")
|
| 33 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "out")
|
| 34 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "logcumsumexp.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!)")
|
| 35 |
+
static at::Tensor & call(const at::Tensor & self, int64_t dim, at::Tensor & out);
|
| 36 |
+
static at::Tensor & redispatch(c10::DispatchKeySet dispatchKeySet, const at::Tensor & self, int64_t dim, at::Tensor & out);
|
| 37 |
+
};
|
| 38 |
+
|
| 39 |
+
struct TORCH_API logcumsumexp_dimname {
|
| 40 |
+
using schema = at::Tensor (const at::Tensor &, at::Dimname);
|
| 41 |
+
using ptr_schema = schema*;
|
| 42 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 43 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::logcumsumexp")
|
| 44 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "dimname")
|
| 45 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "logcumsumexp.dimname(Tensor self, Dimname dim) -> Tensor")
|
| 46 |
+
static at::Tensor call(const at::Tensor & self, at::Dimname dim);
|
| 47 |
+
static at::Tensor redispatch(c10::DispatchKeySet dispatchKeySet, const at::Tensor & self, at::Dimname dim);
|
| 48 |
+
};
|
| 49 |
+
|
| 50 |
+
struct TORCH_API logcumsumexp_dimname_out {
|
| 51 |
+
using schema = at::Tensor & (const at::Tensor &, at::Dimname, at::Tensor &);
|
| 52 |
+
using ptr_schema = schema*;
|
| 53 |
+
// See Note [static constexpr char* members for windows NVCC]
|
| 54 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(name, "aten::logcumsumexp")
|
| 55 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(overload_name, "dimname_out")
|
| 56 |
+
STATIC_CONSTEXPR_STR_INL_EXCEPT_WIN_CUDA(schema_str, "logcumsumexp.dimname_out(Tensor self, Dimname dim, *, Tensor(a!) out) -> Tensor(a!)")
|
| 57 |
+
static at::Tensor & call(const at::Tensor & self, at::Dimname dim, at::Tensor & out);
|
| 58 |
+
static at::Tensor & redispatch(c10::DispatchKeySet dispatchKeySet, const at::Tensor & self, at::Dimname dim, at::Tensor & out);
|
| 59 |
+
};
|
| 60 |
+
|
| 61 |
+
}} // namespace at::_ops
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/smm_native.h
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
|
| 3 |
+
// @generated by torchgen/gen.py from NativeFunction.h
|
| 4 |
+
|
| 5 |
+
#include <c10/core/Scalar.h>
|
| 6 |
+
#include <c10/core/Storage.h>
|
| 7 |
+
#include <c10/core/TensorOptions.h>
|
| 8 |
+
#include <c10/util/Deprecated.h>
|
| 9 |
+
#include <c10/util/Optional.h>
|
| 10 |
+
#include <c10/core/QScheme.h>
|
| 11 |
+
#include <ATen/core/Reduction.h>
|
| 12 |
+
#include <ATen/core/Tensor.h>
|
| 13 |
+
#include <tuple>
|
| 14 |
+
#include <vector>
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
namespace at {
|
| 18 |
+
namespace native {
|
| 19 |
+
TORCH_API at::Tensor smm(const at::Tensor & self, const at::Tensor & mat2);
|
| 20 |
+
} // namespace native
|
| 21 |
+
} // namespace at
|
videollama2/lib/python3.10/site-packages/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#pragma once
|
| 2 |
+
// @generated by torchgen/gen.py from DispatchKeyFunction.h
|
| 3 |
+
|
| 4 |
+
// NB: The implementing C++ file is RegisterDispatchKey.cpp
|
| 5 |
+
|
| 6 |
+
// The only #includes we need are for custom classes that have defaults in the C++ API
|
| 7 |
+
#include <c10/core/MemoryFormat.h>
|
| 8 |
+
#include <c10/core/Scalar.h>
|
| 9 |
+
#include <ATen/core/Reduction.h>
|
| 10 |
+
|
| 11 |
+
// Forward declarations of any types needed in the operator signatures.
|
| 12 |
+
// We can't directly include these classes because it will cause circular include dependencies.
|
| 13 |
+
// This file is included by TensorBody.h, which defines the Tensor class.
|
| 14 |
+
#include <ATen/core/ATen_fwd.h>
|
| 15 |
+
|
| 16 |
+
namespace at {
|
| 17 |
+
|
| 18 |
+
namespace meta {
|
| 19 |
+
|
| 20 |
+
TORCH_API at::Tensor special_modified_bessel_i0(const at::Tensor & self);
|
| 21 |
+
TORCH_API at::Tensor & special_modified_bessel_i0_out(at::Tensor & out, const at::Tensor & self);
|
| 22 |
+
TORCH_API at::Tensor & special_modified_bessel_i0_outf(const at::Tensor & self, at::Tensor & out);
|
| 23 |
+
|
| 24 |
+
} // namespace meta
|
| 25 |
+
} // namespace at
|
vllm/lib/python3.10/site-packages/wandb/beta/__pycache__/workflows.cpython-310.pyc
ADDED
|
Binary file (8.78 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/beta/workflows.py
ADDED
|
@@ -0,0 +1,288 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import json
|
| 2 |
+
import os
|
| 3 |
+
from typing import Any, Dict, List, Optional, Union
|
| 4 |
+
|
| 5 |
+
import wandb
|
| 6 |
+
import wandb.data_types as data_types
|
| 7 |
+
from wandb.data_types import _SavedModel
|
| 8 |
+
from wandb.sdk.artifacts.artifact import Artifact
|
| 9 |
+
from wandb.sdk.artifacts.artifact_manifest_entry import ArtifactManifestEntry
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
def _add_any(
|
| 13 |
+
artifact: Artifact,
|
| 14 |
+
path_or_obj: Union[
|
| 15 |
+
str, ArtifactManifestEntry, data_types.WBValue
|
| 16 |
+
], # todo: add dataframe
|
| 17 |
+
name: Optional[str],
|
| 18 |
+
) -> Any:
|
| 19 |
+
"""Add an object to an artifact.
|
| 20 |
+
|
| 21 |
+
High-level wrapper to add object(s) to an artifact - calls any of the .add* methods
|
| 22 |
+
under Artifact depending on the type of object that's passed in. This will probably
|
| 23 |
+
be moved to the Artifact class in the future.
|
| 24 |
+
|
| 25 |
+
Args:
|
| 26 |
+
artifact: `Artifact` - artifact created with `wandb.Artifact(...)`
|
| 27 |
+
path_or_obj: `Union[str, ArtifactManifestEntry, data_types.WBValue]` - either a
|
| 28 |
+
str or valid object which indicates what to add to an artifact.
|
| 29 |
+
|
| 30 |
+
name: `str` - the name of the object which is added to an artifact.
|
| 31 |
+
|
| 32 |
+
Returns:
|
| 33 |
+
Type[Any] - Union[None, ArtifactManifestEntry, etc]
|
| 34 |
+
|
| 35 |
+
"""
|
| 36 |
+
if isinstance(path_or_obj, ArtifactManifestEntry):
|
| 37 |
+
return artifact.add_reference(path_or_obj, name)
|
| 38 |
+
elif isinstance(path_or_obj, data_types.WBValue):
|
| 39 |
+
return artifact.add(path_or_obj, name)
|
| 40 |
+
elif isinstance(path_or_obj, str):
|
| 41 |
+
if os.path.isdir(path_or_obj):
|
| 42 |
+
return artifact.add_dir(path_or_obj)
|
| 43 |
+
elif os.path.isfile(path_or_obj):
|
| 44 |
+
return artifact.add_file(path_or_obj)
|
| 45 |
+
else:
|
| 46 |
+
with artifact.new_file(name) as f:
|
| 47 |
+
f.write(json.dumps(path_or_obj, sort_keys=True))
|
| 48 |
+
else:
|
| 49 |
+
raise ValueError(
|
| 50 |
+
f"Expected `path_or_obj` to be instance of `ArtifactManifestEntry`, `WBValue`, or `str, found {type(path_or_obj)}"
|
| 51 |
+
)
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
def _log_artifact_version(
|
| 55 |
+
name: str,
|
| 56 |
+
type: str,
|
| 57 |
+
entries: Dict[str, Union[str, ArtifactManifestEntry, data_types.WBValue]],
|
| 58 |
+
aliases: Optional[Union[str, List[str]]] = None,
|
| 59 |
+
description: Optional[str] = None,
|
| 60 |
+
metadata: Optional[dict] = None,
|
| 61 |
+
project: Optional[str] = None,
|
| 62 |
+
scope_project: Optional[bool] = None,
|
| 63 |
+
job_type: str = "auto",
|
| 64 |
+
) -> Artifact:
|
| 65 |
+
"""Create an artifact, populate it, and log it with a run.
|
| 66 |
+
|
| 67 |
+
If a run is not present, we create one.
|
| 68 |
+
|
| 69 |
+
Args:
|
| 70 |
+
name: `str` - name of the artifact. If not scoped to a project, name will be
|
| 71 |
+
suffixed by "-{run_id}".
|
| 72 |
+
type: `str` - type of the artifact, used in the UI to group artifacts of the
|
| 73 |
+
same type.
|
| 74 |
+
entries: `Dict` - dictionary containing the named objects we want added to this
|
| 75 |
+
artifact.
|
| 76 |
+
description: `str` - text description of artifact.
|
| 77 |
+
metadata: `Dict` - users can pass in artifact-specific metadata here, will be
|
| 78 |
+
visible in the UI.
|
| 79 |
+
project: `str` - project under which to place this artifact.
|
| 80 |
+
scope_project: `bool` - if True, we will not suffix `name` with "-{run_id}".
|
| 81 |
+
job_type: `str` - Only applied if run is not present and we create one.
|
| 82 |
+
Used to identify runs of a certain job type, i.e "evaluation".
|
| 83 |
+
|
| 84 |
+
Returns:
|
| 85 |
+
Artifact
|
| 86 |
+
|
| 87 |
+
"""
|
| 88 |
+
if wandb.run is None:
|
| 89 |
+
run = wandb.init(
|
| 90 |
+
project=project, job_type=job_type, settings=wandb.Settings(silent="true")
|
| 91 |
+
)
|
| 92 |
+
else:
|
| 93 |
+
run = wandb.run
|
| 94 |
+
|
| 95 |
+
if not scope_project:
|
| 96 |
+
name = f"{name}-{run.id}"
|
| 97 |
+
|
| 98 |
+
if metadata is None:
|
| 99 |
+
metadata = {}
|
| 100 |
+
|
| 101 |
+
art = wandb.Artifact(name, type, description, metadata, False, None)
|
| 102 |
+
|
| 103 |
+
for path in entries:
|
| 104 |
+
_add_any(art, entries[path], path)
|
| 105 |
+
|
| 106 |
+
# "latest" should always be present as an alias
|
| 107 |
+
aliases = wandb.util._resolve_aliases(aliases)
|
| 108 |
+
run.log_artifact(art, aliases=aliases)
|
| 109 |
+
|
| 110 |
+
return art
|
| 111 |
+
|
| 112 |
+
|
| 113 |
+
def log_model(
|
| 114 |
+
model_obj: Any,
|
| 115 |
+
name: str = "model",
|
| 116 |
+
aliases: Optional[Union[str, List[str]]] = None,
|
| 117 |
+
description: Optional[str] = None,
|
| 118 |
+
metadata: Optional[dict] = None,
|
| 119 |
+
project: Optional[str] = None,
|
| 120 |
+
scope_project: Optional[bool] = None,
|
| 121 |
+
**kwargs: Dict[str, Any],
|
| 122 |
+
) -> "_SavedModel":
|
| 123 |
+
"""Log a model object to enable model-centric workflows in the UI.
|
| 124 |
+
|
| 125 |
+
Supported frameworks include PyTorch, Keras, Tensorflow, Scikit-learn, etc. Under
|
| 126 |
+
the hood, we create a model artifact, bind it to the run that produced this model,
|
| 127 |
+
associate it with the latest metrics logged with `wandb.log(...)` and more.
|
| 128 |
+
|
| 129 |
+
Args:
|
| 130 |
+
model_obj: any model object created with the following ML frameworks: PyTorch,
|
| 131 |
+
Keras, Tensorflow, Scikit-learn. name: `str` - name of the model artifact
|
| 132 |
+
that will be created to house this model_obj.
|
| 133 |
+
aliases: `str, List[str]` - optional alias(es) that will be applied on this
|
| 134 |
+
model and allow for unique identification. The alias "latest" will always be
|
| 135 |
+
applied to the latest version of a model.
|
| 136 |
+
description: `str` - text description/notes about the model - will be visible in
|
| 137 |
+
the Model Card UI.
|
| 138 |
+
metadata: `Dict` - model-specific metadata goes here - will be visible the UI.
|
| 139 |
+
project: `str` - project under which to place this artifact.
|
| 140 |
+
scope_project: `bool` - If true, name of this model artifact will not be
|
| 141 |
+
suffixed by `-{run_id}`.
|
| 142 |
+
|
| 143 |
+
Returns:
|
| 144 |
+
_SavedModel instance
|
| 145 |
+
|
| 146 |
+
Example:
|
| 147 |
+
```python
|
| 148 |
+
import torch.nn as nn
|
| 149 |
+
import torch.nn.functional as F
|
| 150 |
+
|
| 151 |
+
|
| 152 |
+
class Net(nn.Module):
|
| 153 |
+
def __init__(self):
|
| 154 |
+
super(Net, self).__init__()
|
| 155 |
+
self.fc1 = nn.Linear(10, 10)
|
| 156 |
+
|
| 157 |
+
def forward(self, x):
|
| 158 |
+
x = self.fc1(x)
|
| 159 |
+
x = F.relu(x)
|
| 160 |
+
return x
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
model = Net()
|
| 164 |
+
sm = log_model(model, "my-simple-model", aliases=["best"])
|
| 165 |
+
```
|
| 166 |
+
|
| 167 |
+
"""
|
| 168 |
+
model = data_types._SavedModel.init(model_obj, **kwargs)
|
| 169 |
+
_ = _log_artifact_version(
|
| 170 |
+
name=name,
|
| 171 |
+
type="model",
|
| 172 |
+
entries={
|
| 173 |
+
"index": model,
|
| 174 |
+
},
|
| 175 |
+
aliases=aliases,
|
| 176 |
+
description=description,
|
| 177 |
+
metadata=metadata,
|
| 178 |
+
project=project,
|
| 179 |
+
scope_project=scope_project,
|
| 180 |
+
job_type="log_model",
|
| 181 |
+
)
|
| 182 |
+
# TODO: handle offline mode appropriately.
|
| 183 |
+
return model
|
| 184 |
+
|
| 185 |
+
|
| 186 |
+
def use_model(aliased_path: str, unsafe: bool = False) -> "_SavedModel":
|
| 187 |
+
"""Fetch a saved model from an alias.
|
| 188 |
+
|
| 189 |
+
Under the hood, we use the alias to fetch the model artifact containing the
|
| 190 |
+
serialized model files and rebuild the model object from these files. We also
|
| 191 |
+
declare the fetched model artifact as an input to the run (with `run.use_artifact`).
|
| 192 |
+
|
| 193 |
+
Args:
|
| 194 |
+
aliased_path: `str` - the following forms are valid: "name:version",
|
| 195 |
+
"name:alias". May be prefixed with "entity/project".
|
| 196 |
+
unsafe: `bool` - must be True to indicate the user understands the risks
|
| 197 |
+
associated with loading external models.
|
| 198 |
+
|
| 199 |
+
Returns:
|
| 200 |
+
_SavedModel instance
|
| 201 |
+
|
| 202 |
+
Example:
|
| 203 |
+
```python
|
| 204 |
+
# Assuming the model with the name "my-simple-model" is trusted:
|
| 205 |
+
sm = use_model("my-simple-model:latest", unsafe=True)
|
| 206 |
+
model = sm.model_obj()
|
| 207 |
+
```
|
| 208 |
+
"""
|
| 209 |
+
if not unsafe:
|
| 210 |
+
raise ValueError("The 'unsafe' parameter must be set to True to load a model.")
|
| 211 |
+
|
| 212 |
+
if ":" not in aliased_path:
|
| 213 |
+
raise ValueError(
|
| 214 |
+
"aliased_path must be of the form 'name:alias' or 'name:version'."
|
| 215 |
+
)
|
| 216 |
+
|
| 217 |
+
# Returns a _SavedModel instance
|
| 218 |
+
if wandb.run:
|
| 219 |
+
run = wandb.run
|
| 220 |
+
artifact = run.use_artifact(aliased_path)
|
| 221 |
+
sm = artifact.get("index")
|
| 222 |
+
|
| 223 |
+
if sm is None or not isinstance(sm, _SavedModel):
|
| 224 |
+
raise ValueError(
|
| 225 |
+
"Deserialization into model object failed: _SavedModel instance could not be initialized properly."
|
| 226 |
+
)
|
| 227 |
+
|
| 228 |
+
return sm
|
| 229 |
+
else:
|
| 230 |
+
raise ValueError(
|
| 231 |
+
"use_model can only be called inside a run. Please call wandb.init() before use_model(...)"
|
| 232 |
+
)
|
| 233 |
+
|
| 234 |
+
|
| 235 |
+
def link_model(
|
| 236 |
+
model: "_SavedModel",
|
| 237 |
+
target_path: str,
|
| 238 |
+
aliases: Optional[Union[str, List[str]]] = None,
|
| 239 |
+
) -> None:
|
| 240 |
+
"""Link the given model to a portfolio.
|
| 241 |
+
|
| 242 |
+
A portfolio is a promoted collection which contains (in this case) model artifacts.
|
| 243 |
+
Linking to a portfolio allows for useful model-centric workflows in the UI.
|
| 244 |
+
|
| 245 |
+
Args:
|
| 246 |
+
model: `_SavedModel` - an instance of _SavedModel, most likely from the output
|
| 247 |
+
of `log_model` or `use_model`.
|
| 248 |
+
target_path: `str` - the target portfolio. The following forms are valid for the
|
| 249 |
+
string: {portfolio}, {project/portfolio},{entity}/{project}/{portfolio}.
|
| 250 |
+
aliases: `str, List[str]` - optional alias(es) that will only be applied on this
|
| 251 |
+
linked model inside the portfolio. The alias "latest" will always be applied
|
| 252 |
+
to the latest version of a model.
|
| 253 |
+
|
| 254 |
+
Returns:
|
| 255 |
+
None
|
| 256 |
+
|
| 257 |
+
Example:
|
| 258 |
+
sm = use_model("my-simple-model:latest")
|
| 259 |
+
link_model(sm, "my-portfolio")
|
| 260 |
+
|
| 261 |
+
"""
|
| 262 |
+
aliases = wandb.util._resolve_aliases(aliases)
|
| 263 |
+
|
| 264 |
+
if wandb.run:
|
| 265 |
+
run = wandb.run
|
| 266 |
+
|
| 267 |
+
# _artifact_source, if it exists, points to a Public Artifact.
|
| 268 |
+
# Its existence means that _SavedModel was deserialized from a logged artifact, most likely from `use_model`.
|
| 269 |
+
if model._artifact_source:
|
| 270 |
+
artifact = model._artifact_source.artifact
|
| 271 |
+
# If the _SavedModel has been added to a Local Artifact (most likely through `.add(WBValue)`), then
|
| 272 |
+
# model._artifact_target will point to that Local Artifact.
|
| 273 |
+
elif model._artifact_target and model._artifact_target.artifact._final:
|
| 274 |
+
artifact = model._artifact_target.artifact
|
| 275 |
+
else:
|
| 276 |
+
raise ValueError(
|
| 277 |
+
"Linking requires that the given _SavedModel belongs to an artifact"
|
| 278 |
+
)
|
| 279 |
+
|
| 280 |
+
run.link_artifact(artifact, target_path, aliases)
|
| 281 |
+
|
| 282 |
+
else:
|
| 283 |
+
if model._artifact_source is not None:
|
| 284 |
+
model._artifact_source.artifact.link(target_path, aliases)
|
| 285 |
+
else:
|
| 286 |
+
raise ValueError(
|
| 287 |
+
"Linking requires that the given _SavedModel belongs to a logged artifact."
|
| 288 |
+
)
|
vllm/lib/python3.10/site-packages/wandb/mpmain/__init__.py
ADDED
|
File without changes
|
vllm/lib/python3.10/site-packages/wandb/mpmain/__main__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# This module is initialized after multiprocessing spawn
|
vllm/lib/python3.10/site-packages/wandb/mpmain/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (162 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/mpmain/__pycache__/__main__.cpython-310.pyc
ADDED
|
Binary file (162 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/__init__.py
ADDED
|
File without changes
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/__init__.py
ADDED
|
File without changes
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/__pycache__/wandb_base_pb2.cpython-310.pyc
ADDED
|
Binary file (1.39 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/__pycache__/wandb_internal_pb2.cpython-310.pyc
ADDED
|
Binary file (45.8 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/__pycache__/wandb_server_pb2.cpython-310.pyc
ADDED
|
Binary file (6.54 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/__pycache__/wandb_settings_pb2.cpython-310.pyc
ADDED
|
Binary file (12.4 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_base_pb2.py
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| 3 |
+
# source: wandb/proto/wandb_base.proto
|
| 4 |
+
"""Generated protocol buffer code."""
|
| 5 |
+
from google.protobuf import descriptor as _descriptor
|
| 6 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
| 7 |
+
from google.protobuf import message as _message
|
| 8 |
+
from google.protobuf import reflection as _reflection
|
| 9 |
+
from google.protobuf import symbol_database as _symbol_database
|
| 10 |
+
# @@protoc_insertion_point(imports)
|
| 11 |
+
|
| 12 |
+
_sym_db = _symbol_database.Default()
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cwandb/proto/wandb_base.proto\x12\x0ewandb_internal\"6\n\x0b_RecordInfo\x12\x11\n\tstream_id\x18\x01 \x01(\t\x12\x14\n\x0c_tracelog_id\x18\x64 \x01(\t\"!\n\x0c_RequestInfo\x12\x11\n\tstream_id\x18\x01 \x01(\t\"#\n\x0b_ResultInfo\x12\x14\n\x0c_tracelog_id\x18\x64 \x01(\tB\x1bZ\x19\x63ore/pkg/service_go_protob\x06proto3')
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
__RECORDINFO = DESCRIPTOR.message_types_by_name['_RecordInfo']
|
| 22 |
+
__REQUESTINFO = DESCRIPTOR.message_types_by_name['_RequestInfo']
|
| 23 |
+
__RESULTINFO = DESCRIPTOR.message_types_by_name['_ResultInfo']
|
| 24 |
+
_RecordInfo = _reflection.GeneratedProtocolMessageType('_RecordInfo', (_message.Message,), {
|
| 25 |
+
'DESCRIPTOR' : __RECORDINFO,
|
| 26 |
+
'__module__' : 'wandb.proto.wandb_base_pb2'
|
| 27 |
+
# @@protoc_insertion_point(class_scope:wandb_internal._RecordInfo)
|
| 28 |
+
})
|
| 29 |
+
_sym_db.RegisterMessage(_RecordInfo)
|
| 30 |
+
|
| 31 |
+
_RequestInfo = _reflection.GeneratedProtocolMessageType('_RequestInfo', (_message.Message,), {
|
| 32 |
+
'DESCRIPTOR' : __REQUESTINFO,
|
| 33 |
+
'__module__' : 'wandb.proto.wandb_base_pb2'
|
| 34 |
+
# @@protoc_insertion_point(class_scope:wandb_internal._RequestInfo)
|
| 35 |
+
})
|
| 36 |
+
_sym_db.RegisterMessage(_RequestInfo)
|
| 37 |
+
|
| 38 |
+
_ResultInfo = _reflection.GeneratedProtocolMessageType('_ResultInfo', (_message.Message,), {
|
| 39 |
+
'DESCRIPTOR' : __RESULTINFO,
|
| 40 |
+
'__module__' : 'wandb.proto.wandb_base_pb2'
|
| 41 |
+
# @@protoc_insertion_point(class_scope:wandb_internal._ResultInfo)
|
| 42 |
+
})
|
| 43 |
+
_sym_db.RegisterMessage(_ResultInfo)
|
| 44 |
+
|
| 45 |
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
| 46 |
+
|
| 47 |
+
DESCRIPTOR._options = None
|
| 48 |
+
DESCRIPTOR._serialized_options = b'Z\031core/pkg/service_go_proto'
|
| 49 |
+
__RECORDINFO._serialized_start=48
|
| 50 |
+
__RECORDINFO._serialized_end=102
|
| 51 |
+
__REQUESTINFO._serialized_start=104
|
| 52 |
+
__REQUESTINFO._serialized_end=137
|
| 53 |
+
__RESULTINFO._serialized_start=139
|
| 54 |
+
__RESULTINFO._serialized_end=174
|
| 55 |
+
# @@protoc_insertion_point(module_scope)
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_internal_pb2.py
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_server_pb2.py
ADDED
|
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| 3 |
+
# source: wandb/proto/wandb_server.proto
|
| 4 |
+
"""Generated protocol buffer code."""
|
| 5 |
+
from google.protobuf import descriptor as _descriptor
|
| 6 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
| 7 |
+
from google.protobuf import message as _message
|
| 8 |
+
from google.protobuf import reflection as _reflection
|
| 9 |
+
from google.protobuf import symbol_database as _symbol_database
|
| 10 |
+
# @@protoc_insertion_point(imports)
|
| 11 |
+
|
| 12 |
+
_sym_db = _symbol_database.Default()
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
from wandb.proto import wandb_base_pb2 as wandb_dot_proto_dot_wandb__base__pb2
|
| 16 |
+
from wandb.proto import wandb_internal_pb2 as wandb_dot_proto_dot_wandb__internal__pb2
|
| 17 |
+
from wandb.proto import wandb_settings_pb2 as wandb_dot_proto_dot_wandb__settings__pb2
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1ewandb/proto/wandb_server.proto\x12\x0ewandb_internal\x1a\x1cwandb/proto/wandb_base.proto\x1a wandb/proto/wandb_internal.proto\x1a wandb/proto/wandb_settings.proto\"k\n\x19ServerAuthenticateRequest\x12\x0f\n\x07\x61pi_key\x18\x01 \x01(\t\x12\x10\n\x08\x62\x61se_url\x18\x02 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"w\n\x1aServerAuthenticateResponse\x12\x16\n\x0e\x64\x65\x66\x61ult_entity\x18\x01 \x01(\t\x12\x14\n\x0c\x65rror_status\x18\x02 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"D\n\x15ServerShutdownRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x18\n\x16ServerShutdownResponse\"B\n\x13ServerStatusRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x16\n\x14ServerStatusResponse\"r\n\x17ServerInformInitRequest\x12*\n\x08settings\x18\x01 \x01(\x0b\x32\x18.wandb_internal.Settings\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1a\n\x18ServerInformInitResponse\"s\n\x18ServerInformStartRequest\x12*\n\x08settings\x18\x01 \x01(\x0b\x32\x18.wandb_internal.Settings\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1b\n\x19ServerInformStartResponse\"H\n\x19ServerInformFinishRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1c\n\x1aServerInformFinishResponse\"H\n\x19ServerInformAttachRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"u\n\x1aServerInformAttachResponse\x12*\n\x08settings\x18\x01 \x01(\x0b\x32\x18.wandb_internal.Settings\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"H\n\x19ServerInformDetachRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1c\n\x1aServerInformDetachResponse\"]\n\x1bServerInformTeardownRequest\x12\x11\n\texit_code\x18\x01 \x01(\x05\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1e\n\x1cServerInformTeardownResponse\"\xe7\x04\n\rServerRequest\x12\x30\n\x0erecord_publish\x18\x01 \x01(\x0b\x32\x16.wandb_internal.RecordH\x00\x12\x34\n\x12record_communicate\x18\x02 \x01(\x0b\x32\x16.wandb_internal.RecordH\x00\x12>\n\x0binform_init\x18\x03 \x01(\x0b\x32\'.wandb_internal.ServerInformInitRequestH\x00\x12\x42\n\rinform_finish\x18\x04 \x01(\x0b\x32).wandb_internal.ServerInformFinishRequestH\x00\x12\x42\n\rinform_attach\x18\x05 \x01(\x0b\x32).wandb_internal.ServerInformAttachRequestH\x00\x12\x42\n\rinform_detach\x18\x06 \x01(\x0b\x32).wandb_internal.ServerInformDetachRequestH\x00\x12\x46\n\x0finform_teardown\x18\x07 \x01(\x0b\x32+.wandb_internal.ServerInformTeardownRequestH\x00\x12@\n\x0cinform_start\x18\x08 \x01(\x0b\x32(.wandb_internal.ServerInformStartRequestH\x00\x12\x41\n\x0c\x61uthenticate\x18\t \x01(\x0b\x32).wandb_internal.ServerAuthenticateRequestH\x00\x42\x15\n\x13server_request_type\"\xfd\x04\n\x0eServerResponse\x12\x34\n\x12result_communicate\x18\x02 \x01(\x0b\x32\x16.wandb_internal.ResultH\x00\x12H\n\x14inform_init_response\x18\x03 \x01(\x0b\x32(.wandb_internal.ServerInformInitResponseH\x00\x12L\n\x16inform_finish_response\x18\x04 \x01(\x0b\x32*.wandb_internal.ServerInformFinishResponseH\x00\x12L\n\x16inform_attach_response\x18\x05 \x01(\x0b\x32*.wandb_internal.ServerInformAttachResponseH\x00\x12L\n\x16inform_detach_response\x18\x06 \x01(\x0b\x32*.wandb_internal.ServerInformDetachResponseH\x00\x12P\n\x18inform_teardown_response\x18\x07 \x01(\x0b\x32,.wandb_internal.ServerInformTeardownResponseH\x00\x12J\n\x15inform_start_response\x18\x08 \x01(\x0b\x32).wandb_internal.ServerInformStartResponseH\x00\x12K\n\x15\x61uthenticate_response\x18\t \x01(\x0b\x32*.wandb_internal.ServerAuthenticateResponseH\x00\x42\x16\n\x14server_response_typeB\x1bZ\x19\x63ore/pkg/service_go_protob\x06proto3')
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
_SERVERAUTHENTICATEREQUEST = DESCRIPTOR.message_types_by_name['ServerAuthenticateRequest']
|
| 25 |
+
_SERVERAUTHENTICATERESPONSE = DESCRIPTOR.message_types_by_name['ServerAuthenticateResponse']
|
| 26 |
+
_SERVERSHUTDOWNREQUEST = DESCRIPTOR.message_types_by_name['ServerShutdownRequest']
|
| 27 |
+
_SERVERSHUTDOWNRESPONSE = DESCRIPTOR.message_types_by_name['ServerShutdownResponse']
|
| 28 |
+
_SERVERSTATUSREQUEST = DESCRIPTOR.message_types_by_name['ServerStatusRequest']
|
| 29 |
+
_SERVERSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['ServerStatusResponse']
|
| 30 |
+
_SERVERINFORMINITREQUEST = DESCRIPTOR.message_types_by_name['ServerInformInitRequest']
|
| 31 |
+
_SERVERINFORMINITRESPONSE = DESCRIPTOR.message_types_by_name['ServerInformInitResponse']
|
| 32 |
+
_SERVERINFORMSTARTREQUEST = DESCRIPTOR.message_types_by_name['ServerInformStartRequest']
|
| 33 |
+
_SERVERINFORMSTARTRESPONSE = DESCRIPTOR.message_types_by_name['ServerInformStartResponse']
|
| 34 |
+
_SERVERINFORMFINISHREQUEST = DESCRIPTOR.message_types_by_name['ServerInformFinishRequest']
|
| 35 |
+
_SERVERINFORMFINISHRESPONSE = DESCRIPTOR.message_types_by_name['ServerInformFinishResponse']
|
| 36 |
+
_SERVERINFORMATTACHREQUEST = DESCRIPTOR.message_types_by_name['ServerInformAttachRequest']
|
| 37 |
+
_SERVERINFORMATTACHRESPONSE = DESCRIPTOR.message_types_by_name['ServerInformAttachResponse']
|
| 38 |
+
_SERVERINFORMDETACHREQUEST = DESCRIPTOR.message_types_by_name['ServerInformDetachRequest']
|
| 39 |
+
_SERVERINFORMDETACHRESPONSE = DESCRIPTOR.message_types_by_name['ServerInformDetachResponse']
|
| 40 |
+
_SERVERINFORMTEARDOWNREQUEST = DESCRIPTOR.message_types_by_name['ServerInformTeardownRequest']
|
| 41 |
+
_SERVERINFORMTEARDOWNRESPONSE = DESCRIPTOR.message_types_by_name['ServerInformTeardownResponse']
|
| 42 |
+
_SERVERREQUEST = DESCRIPTOR.message_types_by_name['ServerRequest']
|
| 43 |
+
_SERVERRESPONSE = DESCRIPTOR.message_types_by_name['ServerResponse']
|
| 44 |
+
ServerAuthenticateRequest = _reflection.GeneratedProtocolMessageType('ServerAuthenticateRequest', (_message.Message,), {
|
| 45 |
+
'DESCRIPTOR' : _SERVERAUTHENTICATEREQUEST,
|
| 46 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 47 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerAuthenticateRequest)
|
| 48 |
+
})
|
| 49 |
+
_sym_db.RegisterMessage(ServerAuthenticateRequest)
|
| 50 |
+
|
| 51 |
+
ServerAuthenticateResponse = _reflection.GeneratedProtocolMessageType('ServerAuthenticateResponse', (_message.Message,), {
|
| 52 |
+
'DESCRIPTOR' : _SERVERAUTHENTICATERESPONSE,
|
| 53 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 54 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerAuthenticateResponse)
|
| 55 |
+
})
|
| 56 |
+
_sym_db.RegisterMessage(ServerAuthenticateResponse)
|
| 57 |
+
|
| 58 |
+
ServerShutdownRequest = _reflection.GeneratedProtocolMessageType('ServerShutdownRequest', (_message.Message,), {
|
| 59 |
+
'DESCRIPTOR' : _SERVERSHUTDOWNREQUEST,
|
| 60 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 61 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerShutdownRequest)
|
| 62 |
+
})
|
| 63 |
+
_sym_db.RegisterMessage(ServerShutdownRequest)
|
| 64 |
+
|
| 65 |
+
ServerShutdownResponse = _reflection.GeneratedProtocolMessageType('ServerShutdownResponse', (_message.Message,), {
|
| 66 |
+
'DESCRIPTOR' : _SERVERSHUTDOWNRESPONSE,
|
| 67 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 68 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerShutdownResponse)
|
| 69 |
+
})
|
| 70 |
+
_sym_db.RegisterMessage(ServerShutdownResponse)
|
| 71 |
+
|
| 72 |
+
ServerStatusRequest = _reflection.GeneratedProtocolMessageType('ServerStatusRequest', (_message.Message,), {
|
| 73 |
+
'DESCRIPTOR' : _SERVERSTATUSREQUEST,
|
| 74 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 75 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerStatusRequest)
|
| 76 |
+
})
|
| 77 |
+
_sym_db.RegisterMessage(ServerStatusRequest)
|
| 78 |
+
|
| 79 |
+
ServerStatusResponse = _reflection.GeneratedProtocolMessageType('ServerStatusResponse', (_message.Message,), {
|
| 80 |
+
'DESCRIPTOR' : _SERVERSTATUSRESPONSE,
|
| 81 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 82 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerStatusResponse)
|
| 83 |
+
})
|
| 84 |
+
_sym_db.RegisterMessage(ServerStatusResponse)
|
| 85 |
+
|
| 86 |
+
ServerInformInitRequest = _reflection.GeneratedProtocolMessageType('ServerInformInitRequest', (_message.Message,), {
|
| 87 |
+
'DESCRIPTOR' : _SERVERINFORMINITREQUEST,
|
| 88 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 89 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformInitRequest)
|
| 90 |
+
})
|
| 91 |
+
_sym_db.RegisterMessage(ServerInformInitRequest)
|
| 92 |
+
|
| 93 |
+
ServerInformInitResponse = _reflection.GeneratedProtocolMessageType('ServerInformInitResponse', (_message.Message,), {
|
| 94 |
+
'DESCRIPTOR' : _SERVERINFORMINITRESPONSE,
|
| 95 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 96 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformInitResponse)
|
| 97 |
+
})
|
| 98 |
+
_sym_db.RegisterMessage(ServerInformInitResponse)
|
| 99 |
+
|
| 100 |
+
ServerInformStartRequest = _reflection.GeneratedProtocolMessageType('ServerInformStartRequest', (_message.Message,), {
|
| 101 |
+
'DESCRIPTOR' : _SERVERINFORMSTARTREQUEST,
|
| 102 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 103 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformStartRequest)
|
| 104 |
+
})
|
| 105 |
+
_sym_db.RegisterMessage(ServerInformStartRequest)
|
| 106 |
+
|
| 107 |
+
ServerInformStartResponse = _reflection.GeneratedProtocolMessageType('ServerInformStartResponse', (_message.Message,), {
|
| 108 |
+
'DESCRIPTOR' : _SERVERINFORMSTARTRESPONSE,
|
| 109 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 110 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformStartResponse)
|
| 111 |
+
})
|
| 112 |
+
_sym_db.RegisterMessage(ServerInformStartResponse)
|
| 113 |
+
|
| 114 |
+
ServerInformFinishRequest = _reflection.GeneratedProtocolMessageType('ServerInformFinishRequest', (_message.Message,), {
|
| 115 |
+
'DESCRIPTOR' : _SERVERINFORMFINISHREQUEST,
|
| 116 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 117 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformFinishRequest)
|
| 118 |
+
})
|
| 119 |
+
_sym_db.RegisterMessage(ServerInformFinishRequest)
|
| 120 |
+
|
| 121 |
+
ServerInformFinishResponse = _reflection.GeneratedProtocolMessageType('ServerInformFinishResponse', (_message.Message,), {
|
| 122 |
+
'DESCRIPTOR' : _SERVERINFORMFINISHRESPONSE,
|
| 123 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 124 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformFinishResponse)
|
| 125 |
+
})
|
| 126 |
+
_sym_db.RegisterMessage(ServerInformFinishResponse)
|
| 127 |
+
|
| 128 |
+
ServerInformAttachRequest = _reflection.GeneratedProtocolMessageType('ServerInformAttachRequest', (_message.Message,), {
|
| 129 |
+
'DESCRIPTOR' : _SERVERINFORMATTACHREQUEST,
|
| 130 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 131 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformAttachRequest)
|
| 132 |
+
})
|
| 133 |
+
_sym_db.RegisterMessage(ServerInformAttachRequest)
|
| 134 |
+
|
| 135 |
+
ServerInformAttachResponse = _reflection.GeneratedProtocolMessageType('ServerInformAttachResponse', (_message.Message,), {
|
| 136 |
+
'DESCRIPTOR' : _SERVERINFORMATTACHRESPONSE,
|
| 137 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 138 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformAttachResponse)
|
| 139 |
+
})
|
| 140 |
+
_sym_db.RegisterMessage(ServerInformAttachResponse)
|
| 141 |
+
|
| 142 |
+
ServerInformDetachRequest = _reflection.GeneratedProtocolMessageType('ServerInformDetachRequest', (_message.Message,), {
|
| 143 |
+
'DESCRIPTOR' : _SERVERINFORMDETACHREQUEST,
|
| 144 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 145 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformDetachRequest)
|
| 146 |
+
})
|
| 147 |
+
_sym_db.RegisterMessage(ServerInformDetachRequest)
|
| 148 |
+
|
| 149 |
+
ServerInformDetachResponse = _reflection.GeneratedProtocolMessageType('ServerInformDetachResponse', (_message.Message,), {
|
| 150 |
+
'DESCRIPTOR' : _SERVERINFORMDETACHRESPONSE,
|
| 151 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 152 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformDetachResponse)
|
| 153 |
+
})
|
| 154 |
+
_sym_db.RegisterMessage(ServerInformDetachResponse)
|
| 155 |
+
|
| 156 |
+
ServerInformTeardownRequest = _reflection.GeneratedProtocolMessageType('ServerInformTeardownRequest', (_message.Message,), {
|
| 157 |
+
'DESCRIPTOR' : _SERVERINFORMTEARDOWNREQUEST,
|
| 158 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 159 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformTeardownRequest)
|
| 160 |
+
})
|
| 161 |
+
_sym_db.RegisterMessage(ServerInformTeardownRequest)
|
| 162 |
+
|
| 163 |
+
ServerInformTeardownResponse = _reflection.GeneratedProtocolMessageType('ServerInformTeardownResponse', (_message.Message,), {
|
| 164 |
+
'DESCRIPTOR' : _SERVERINFORMTEARDOWNRESPONSE,
|
| 165 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 166 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerInformTeardownResponse)
|
| 167 |
+
})
|
| 168 |
+
_sym_db.RegisterMessage(ServerInformTeardownResponse)
|
| 169 |
+
|
| 170 |
+
ServerRequest = _reflection.GeneratedProtocolMessageType('ServerRequest', (_message.Message,), {
|
| 171 |
+
'DESCRIPTOR' : _SERVERREQUEST,
|
| 172 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 173 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerRequest)
|
| 174 |
+
})
|
| 175 |
+
_sym_db.RegisterMessage(ServerRequest)
|
| 176 |
+
|
| 177 |
+
ServerResponse = _reflection.GeneratedProtocolMessageType('ServerResponse', (_message.Message,), {
|
| 178 |
+
'DESCRIPTOR' : _SERVERRESPONSE,
|
| 179 |
+
'__module__' : 'wandb.proto.wandb_server_pb2'
|
| 180 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ServerResponse)
|
| 181 |
+
})
|
| 182 |
+
_sym_db.RegisterMessage(ServerResponse)
|
| 183 |
+
|
| 184 |
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
| 185 |
+
|
| 186 |
+
DESCRIPTOR._options = None
|
| 187 |
+
DESCRIPTOR._serialized_options = b'Z\031core/pkg/service_go_proto'
|
| 188 |
+
_SERVERAUTHENTICATEREQUEST._serialized_start=148
|
| 189 |
+
_SERVERAUTHENTICATEREQUEST._serialized_end=255
|
| 190 |
+
_SERVERAUTHENTICATERESPONSE._serialized_start=257
|
| 191 |
+
_SERVERAUTHENTICATERESPONSE._serialized_end=376
|
| 192 |
+
_SERVERSHUTDOWNREQUEST._serialized_start=378
|
| 193 |
+
_SERVERSHUTDOWNREQUEST._serialized_end=446
|
| 194 |
+
_SERVERSHUTDOWNRESPONSE._serialized_start=448
|
| 195 |
+
_SERVERSHUTDOWNRESPONSE._serialized_end=472
|
| 196 |
+
_SERVERSTATUSREQUEST._serialized_start=474
|
| 197 |
+
_SERVERSTATUSREQUEST._serialized_end=540
|
| 198 |
+
_SERVERSTATUSRESPONSE._serialized_start=542
|
| 199 |
+
_SERVERSTATUSRESPONSE._serialized_end=564
|
| 200 |
+
_SERVERINFORMINITREQUEST._serialized_start=566
|
| 201 |
+
_SERVERINFORMINITREQUEST._serialized_end=680
|
| 202 |
+
_SERVERINFORMINITRESPONSE._serialized_start=682
|
| 203 |
+
_SERVERINFORMINITRESPONSE._serialized_end=708
|
| 204 |
+
_SERVERINFORMSTARTREQUEST._serialized_start=710
|
| 205 |
+
_SERVERINFORMSTARTREQUEST._serialized_end=825
|
| 206 |
+
_SERVERINFORMSTARTRESPONSE._serialized_start=827
|
| 207 |
+
_SERVERINFORMSTARTRESPONSE._serialized_end=854
|
| 208 |
+
_SERVERINFORMFINISHREQUEST._serialized_start=856
|
| 209 |
+
_SERVERINFORMFINISHREQUEST._serialized_end=928
|
| 210 |
+
_SERVERINFORMFINISHRESPONSE._serialized_start=930
|
| 211 |
+
_SERVERINFORMFINISHRESPONSE._serialized_end=958
|
| 212 |
+
_SERVERINFORMATTACHREQUEST._serialized_start=960
|
| 213 |
+
_SERVERINFORMATTACHREQUEST._serialized_end=1032
|
| 214 |
+
_SERVERINFORMATTACHRESPONSE._serialized_start=1034
|
| 215 |
+
_SERVERINFORMATTACHRESPONSE._serialized_end=1151
|
| 216 |
+
_SERVERINFORMDETACHREQUEST._serialized_start=1153
|
| 217 |
+
_SERVERINFORMDETACHREQUEST._serialized_end=1225
|
| 218 |
+
_SERVERINFORMDETACHRESPONSE._serialized_start=1227
|
| 219 |
+
_SERVERINFORMDETACHRESPONSE._serialized_end=1255
|
| 220 |
+
_SERVERINFORMTEARDOWNREQUEST._serialized_start=1257
|
| 221 |
+
_SERVERINFORMTEARDOWNREQUEST._serialized_end=1350
|
| 222 |
+
_SERVERINFORMTEARDOWNRESPONSE._serialized_start=1352
|
| 223 |
+
_SERVERINFORMTEARDOWNRESPONSE._serialized_end=1382
|
| 224 |
+
_SERVERREQUEST._serialized_start=1385
|
| 225 |
+
_SERVERREQUEST._serialized_end=2000
|
| 226 |
+
_SERVERRESPONSE._serialized_start=2003
|
| 227 |
+
_SERVERRESPONSE._serialized_end=2640
|
| 228 |
+
# @@protoc_insertion_point(module_scope)
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_settings_pb2.py
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| 3 |
+
# source: wandb/proto/wandb_settings.proto
|
| 4 |
+
"""Generated protocol buffer code."""
|
| 5 |
+
from google.protobuf import descriptor as _descriptor
|
| 6 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
| 7 |
+
from google.protobuf import message as _message
|
| 8 |
+
from google.protobuf import reflection as _reflection
|
| 9 |
+
from google.protobuf import symbol_database as _symbol_database
|
| 10 |
+
# @@protoc_insertion_point(imports)
|
| 11 |
+
|
| 12 |
+
_sym_db = _symbol_database.Default()
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n wandb/proto/wandb_settings.proto\x12\x0ewandb_internal\x1a\x1egoogle/protobuf/wrappers.proto\" \n\x0fListStringValue\x12\r\n\x05value\x18\x01 \x03(\t\"\x1d\n\x0cListIntValue\x12\r\n\x05value\x18\x01 \x03(\x05\"\x8a\x01\n\x17MapStringKeyStringValue\x12\x41\n\x05value\x18\x01 \x03(\x0b\x32\x32.wandb_internal.MapStringKeyStringValue.ValueEntry\x1a,\n\nValueEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xcb\x01\n#MapStringKeyMapStringKeyStringValue\x12M\n\x05value\x18\x01 \x03(\x0b\x32>.wandb_internal.MapStringKeyMapStringKeyStringValue.ValueEntry\x1aU\n\nValueEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue:\x02\x38\x01\"\x9a\x01\n\x12OpenMetricsFilters\x12\x33\n\x08sequence\x18\x01 \x01(\x0b\x32\x1f.wandb_internal.ListStringValueH\x00\x12\x46\n\x07mapping\x18\x02 \x01(\x0b\x32\x33.wandb_internal.MapStringKeyMapStringKeyStringValueH\x00\x42\x07\n\x05value\"7\n\tRunMoment\x12\x0b\n\x03run\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01\x12\x0e\n\x06metric\x18\x03 \x01(\t\"\x96J\n\x08Settings\x12-\n\x07\x61pi_key\x18\x37 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12:\n\x13identity_token_file\x18\xaa\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x37\n\x10\x63redentials_file\x18\xab\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x39\n\x14insecure_disable_ssl\x18\xb9\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x08_offline\x18\x1e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06x_sync\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\tsync_file\x18\x86\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x07_shared\x18\xa2\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x06run_id\x18k \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07run_url\x18q \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07project\x18\x61 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x06\x65ntity\x18\x45 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0cx_start_time\x18) \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12.\n\x08root_dir\x18i \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07log_dir\x18U \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0clog_internal\x18V \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\tfiles_dir\x18\x46 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0bx_files_dir\x18\xb4\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0cignore_globs\x18N \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12.\n\x08\x62\x61se_url\x18\x39 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12=\n\x17x_file_stream_max_bytes\x18\xac\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x46\n\x1fx_file_stream_transmit_interval\x18\xaf\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x45\n\x14x_extra_http_headers\x18\x0e \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12=\n\x17x_file_stream_retry_max\x18\x93\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12K\n$x_file_stream_retry_wait_min_seconds\x18\x94\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12K\n$x_file_stream_retry_wait_max_seconds\x18\x95\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x43\n\x1dx_file_stream_timeout_seconds\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x42\n\x1cx_file_stream_max_line_bytes\x18\xb2\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12?\n\x19x_file_transfer_retry_max\x18\x96\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12M\n&x_file_transfer_retry_wait_min_seconds\x18\x97\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12M\n&x_file_transfer_retry_wait_max_seconds\x18\x98\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x46\n\x1fx_file_transfer_timeout_seconds\x18\x99\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x39\n\x13x_graphql_retry_max\x18\x9a\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12G\n x_graphql_retry_wait_min_seconds\x18\x9b\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12G\n x_graphql_retry_wait_max_seconds\x18\x9c\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12@\n\x19x_graphql_timeout_seconds\x18\x9d\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x31\n\nhttp_proxy\x18\xa8\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0bhttps_proxy\x18\xa9\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12;\n\tx_proxies\x18\xc8\x01 \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12-\n\x07program\x18_ \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0fprogram_relpath\x18` \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x37\n\x10_code_path_local\x18\xa3\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x36\n\x0fprogram_abspath\x18\x9f\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x05_args\x18\x01 \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12)\n\x03_os\x18 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x06\x64ocker\x18\x43 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0cx_executable\x18\r \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07_python\x18\" \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\tcolab_url\x18\xa0\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12*\n\x04host\x18M \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\x08username\x18\x8d\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12+\n\x05\x65mail\x18\x44 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x06resume\x18\x66 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\x0bresume_from\x18\xa7\x01 \x01(\x0b\x32\x19.wandb_internal.RunMoment\x12-\n\tfork_from\x18\xa4\x01 \x01(\x0b\x32\x19.wandb_internal.RunMoment\x12\x38\n\x14\x64isable_job_creation\x18\x41 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\tsweep_url\x18\x83\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12;\n\x16x_disable_update_check\x18\xa5\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0ex_disable_meta\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\tsave_code\x18s \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0b\x64isable_git\x18? \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x16x_disable_machine_info\x18\x9e\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0fx_disable_stats\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x13x_stats_buffer_size\x18\xa1\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12@\n\x19x_stats_sampling_interval\x18\xae\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\x0bx_stats_pid\x18* \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12<\n\x12x_stats_disk_paths\x18\x92\x01 \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12H\n\"x_stats_neuron_monitor_config_path\x18. \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12O\n\x1ex_stats_open_metrics_endpoints\x18/ \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12H\n\x1cx_stats_open_metrics_filters\x18\x30 \x01(\x0b\x32\".wandb_internal.OpenMetricsFilters\x12S\n!x_stats_open_metrics_http_headers\x18\xb8\x01 \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12=\n\x16x_stats_gpu_device_ids\x18\xba\x01 \x01(\x0b\x32\x1c.wandb_internal.ListIntValue\x12.\n\x07x_label\x18\xb5\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12=\n\x18x_require_legacy_service\x18\xad\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x16x_show_operation_stats\x18\xb0\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0ex_primary_node\x18\xb6\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12:\n\x15x_update_finish_state\x18\xb7\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12<\n\x17\x61llow_offline_artifacts\x18\xb1\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\x07\x63onsole\x18< \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x36\n\x11\x63onsole_multipart\x18\xa6\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x10sync_tensorboard\x18\xb3\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0b_aws_lambda\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0fx_cli_only_mode\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06_colab\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x11x_disable_service\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12:\n\x16x_disable_setproctitle\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10x_disable_viewer\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15x_flow_control_custom\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x17x_flow_control_disabled\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12>\n\x18x_internal_check_process\x18\x12 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12,\n\x08_ipython\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x08_jupyter\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x0ex_jupyter_root\x18\x16 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12+\n\x07_kaggle\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12=\n\x18x_live_policy_rate_limit\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12<\n\x17x_live_policy_wait_time\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x30\n\x0bx_log_level\x18\x1a \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x35\n\x10x_network_buffer\x18\x1b \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12)\n\x05_noop\x18\x1c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\t_notebook\x18\x1d \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\t_platform\x18! \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x38\n\x12x_runqueue_item_id\x18# \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x37\n\x13x_save_requirements\x18% \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x13x_service_transport\x18& \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x34\n\x0ex_service_wait\x18\' \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x0f_start_datetime\x18( \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x33\n\r_tmp_code_dir\x18\x31 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x08_windows\x18\x34 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10\x61llow_val_change\x18\x35 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\tanonymous\x18\x36 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12P\n\x1f\x61zure_account_url_to_access_key\x18\x38 \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12.\n\x08\x63ode_dir\x18: \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0c\x63onfig_paths\x18; \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12\x30\n\ndeployment\x18= \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\x0c\x64isable_code\x18> \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rdisable_hints\x18@ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x08\x64isabled\x18\x42 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12)\n\x05\x66orce\x18G \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\ngit_commit\x18H \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\ngit_remote\x18I \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x34\n\x0egit_remote_url\x18J \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x08git_root\x18K \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x36\n\x11heartbeat_seconds\x18L \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x32\n\x0cinit_timeout\x18O \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12,\n\x08is_local\x18P \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\njob_source\x18Q \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x31\n\rlabel_disable\x18R \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06launch\x18S \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x12launch_config_path\x18T \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12:\n\x14log_symlink_internal\x18W \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x36\n\x10log_symlink_user\x18X \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x08log_user\x18Y \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x33\n\rlogin_timeout\x18Z \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12*\n\x04mode\x18\\ \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x33\n\rnotebook_name\x18] \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x31\n\x0bproject_url\x18\x62 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12)\n\x05quiet\x18\x63 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06reinit\x18\x64 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12+\n\x07relogin\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0cresume_fname\x18g \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12+\n\x07resumed\x18h \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\trun_group\x18j \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0crun_job_type\x18l \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x08run_mode\x18m \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x08run_name\x18n \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\trun_notes\x18o \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x31\n\x08run_tags\x18p \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12\x35\n\x11sagemaker_disable\x18r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0fsettings_system\x18t \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x38\n\x12settings_workspace\x18u \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\x0bshow_colors\x18v \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12.\n\nshow_emoji\x18w \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0bshow_errors\x18x \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\tshow_info\x18y \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rshow_warnings\x18z \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06silent\x18{ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0cstart_method\x18| \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12*\n\x06strict\x18} \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0esummary_errors\x18~ \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x34\n\x0fsummary_timeout\x18\x7f \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x36\n\x10summary_warnings\x18\x80\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12/\n\x08sweep_id\x18\x81\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x37\n\x10sweep_param_path\x18\x82\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x07symlink\x18\x84\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x08sync_dir\x18\x85\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12:\n\x13sync_symlink_latest\x18\x87\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12J\n%table_raise_on_max_row_limit_exceeded\x18\x8a\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x08timespec\x18\x8b\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x07tmp_dir\x18\x8c\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\twandb_dir\x18\x8e\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0ex_jupyter_name\x18\x8f\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0ex_jupyter_path\x18\x90\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\x08job_name\x18\x91\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueJ\x04\x08\x03\x10\x04J\x04\x08\x06\x10\x07J\x04\x08\x0c\x10\rJ\x04\x08\x13\x10\x14J\x04\x08$\x10%J\x04\x08+\x10,J\x04\x08,\x10-J\x04\x08-\x10.J\x04\x08\x32\x10\x33J\x04\x08\x33\x10\x34J\x04\x08[\x10\\J\x04\x08^\x10_J\x06\x08\x88\x01\x10\x89\x01J\x06\x08\x89\x01\x10\x8a\x01\x42\x1bZ\x19\x63ore/pkg/service_go_protob\x06proto3')
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
_LISTSTRINGVALUE = DESCRIPTOR.message_types_by_name['ListStringValue']
|
| 23 |
+
_LISTINTVALUE = DESCRIPTOR.message_types_by_name['ListIntValue']
|
| 24 |
+
_MAPSTRINGKEYSTRINGVALUE = DESCRIPTOR.message_types_by_name['MapStringKeyStringValue']
|
| 25 |
+
_MAPSTRINGKEYSTRINGVALUE_VALUEENTRY = _MAPSTRINGKEYSTRINGVALUE.nested_types_by_name['ValueEntry']
|
| 26 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE = DESCRIPTOR.message_types_by_name['MapStringKeyMapStringKeyStringValue']
|
| 27 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY = _MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE.nested_types_by_name['ValueEntry']
|
| 28 |
+
_OPENMETRICSFILTERS = DESCRIPTOR.message_types_by_name['OpenMetricsFilters']
|
| 29 |
+
_RUNMOMENT = DESCRIPTOR.message_types_by_name['RunMoment']
|
| 30 |
+
_SETTINGS = DESCRIPTOR.message_types_by_name['Settings']
|
| 31 |
+
ListStringValue = _reflection.GeneratedProtocolMessageType('ListStringValue', (_message.Message,), {
|
| 32 |
+
'DESCRIPTOR' : _LISTSTRINGVALUE,
|
| 33 |
+
'__module__' : 'wandb.proto.wandb_settings_pb2'
|
| 34 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ListStringValue)
|
| 35 |
+
})
|
| 36 |
+
_sym_db.RegisterMessage(ListStringValue)
|
| 37 |
+
|
| 38 |
+
ListIntValue = _reflection.GeneratedProtocolMessageType('ListIntValue', (_message.Message,), {
|
| 39 |
+
'DESCRIPTOR' : _LISTINTVALUE,
|
| 40 |
+
'__module__' : 'wandb.proto.wandb_settings_pb2'
|
| 41 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.ListIntValue)
|
| 42 |
+
})
|
| 43 |
+
_sym_db.RegisterMessage(ListIntValue)
|
| 44 |
+
|
| 45 |
+
MapStringKeyStringValue = _reflection.GeneratedProtocolMessageType('MapStringKeyStringValue', (_message.Message,), {
|
| 46 |
+
|
| 47 |
+
'ValueEntry' : _reflection.GeneratedProtocolMessageType('ValueEntry', (_message.Message,), {
|
| 48 |
+
'DESCRIPTOR' : _MAPSTRINGKEYSTRINGVALUE_VALUEENTRY,
|
| 49 |
+
'__module__' : 'wandb.proto.wandb_settings_pb2'
|
| 50 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.MapStringKeyStringValue.ValueEntry)
|
| 51 |
+
})
|
| 52 |
+
,
|
| 53 |
+
'DESCRIPTOR' : _MAPSTRINGKEYSTRINGVALUE,
|
| 54 |
+
'__module__' : 'wandb.proto.wandb_settings_pb2'
|
| 55 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.MapStringKeyStringValue)
|
| 56 |
+
})
|
| 57 |
+
_sym_db.RegisterMessage(MapStringKeyStringValue)
|
| 58 |
+
_sym_db.RegisterMessage(MapStringKeyStringValue.ValueEntry)
|
| 59 |
+
|
| 60 |
+
MapStringKeyMapStringKeyStringValue = _reflection.GeneratedProtocolMessageType('MapStringKeyMapStringKeyStringValue', (_message.Message,), {
|
| 61 |
+
|
| 62 |
+
'ValueEntry' : _reflection.GeneratedProtocolMessageType('ValueEntry', (_message.Message,), {
|
| 63 |
+
'DESCRIPTOR' : _MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY,
|
| 64 |
+
'__module__' : 'wandb.proto.wandb_settings_pb2'
|
| 65 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.MapStringKeyMapStringKeyStringValue.ValueEntry)
|
| 66 |
+
})
|
| 67 |
+
,
|
| 68 |
+
'DESCRIPTOR' : _MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE,
|
| 69 |
+
'__module__' : 'wandb.proto.wandb_settings_pb2'
|
| 70 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.MapStringKeyMapStringKeyStringValue)
|
| 71 |
+
})
|
| 72 |
+
_sym_db.RegisterMessage(MapStringKeyMapStringKeyStringValue)
|
| 73 |
+
_sym_db.RegisterMessage(MapStringKeyMapStringKeyStringValue.ValueEntry)
|
| 74 |
+
|
| 75 |
+
OpenMetricsFilters = _reflection.GeneratedProtocolMessageType('OpenMetricsFilters', (_message.Message,), {
|
| 76 |
+
'DESCRIPTOR' : _OPENMETRICSFILTERS,
|
| 77 |
+
'__module__' : 'wandb.proto.wandb_settings_pb2'
|
| 78 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.OpenMetricsFilters)
|
| 79 |
+
})
|
| 80 |
+
_sym_db.RegisterMessage(OpenMetricsFilters)
|
| 81 |
+
|
| 82 |
+
RunMoment = _reflection.GeneratedProtocolMessageType('RunMoment', (_message.Message,), {
|
| 83 |
+
'DESCRIPTOR' : _RUNMOMENT,
|
| 84 |
+
'__module__' : 'wandb.proto.wandb_settings_pb2'
|
| 85 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.RunMoment)
|
| 86 |
+
})
|
| 87 |
+
_sym_db.RegisterMessage(RunMoment)
|
| 88 |
+
|
| 89 |
+
Settings = _reflection.GeneratedProtocolMessageType('Settings', (_message.Message,), {
|
| 90 |
+
'DESCRIPTOR' : _SETTINGS,
|
| 91 |
+
'__module__' : 'wandb.proto.wandb_settings_pb2'
|
| 92 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.Settings)
|
| 93 |
+
})
|
| 94 |
+
_sym_db.RegisterMessage(Settings)
|
| 95 |
+
|
| 96 |
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
| 97 |
+
|
| 98 |
+
DESCRIPTOR._options = None
|
| 99 |
+
DESCRIPTOR._serialized_options = b'Z\031core/pkg/service_go_proto'
|
| 100 |
+
_MAPSTRINGKEYSTRINGVALUE_VALUEENTRY._options = None
|
| 101 |
+
_MAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_options = b'8\001'
|
| 102 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY._options = None
|
| 103 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_options = b'8\001'
|
| 104 |
+
_LISTSTRINGVALUE._serialized_start=84
|
| 105 |
+
_LISTSTRINGVALUE._serialized_end=116
|
| 106 |
+
_LISTINTVALUE._serialized_start=118
|
| 107 |
+
_LISTINTVALUE._serialized_end=147
|
| 108 |
+
_MAPSTRINGKEYSTRINGVALUE._serialized_start=150
|
| 109 |
+
_MAPSTRINGKEYSTRINGVALUE._serialized_end=288
|
| 110 |
+
_MAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_start=244
|
| 111 |
+
_MAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_end=288
|
| 112 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE._serialized_start=291
|
| 113 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE._serialized_end=494
|
| 114 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_start=409
|
| 115 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_end=494
|
| 116 |
+
_OPENMETRICSFILTERS._serialized_start=497
|
| 117 |
+
_OPENMETRICSFILTERS._serialized_end=651
|
| 118 |
+
_RUNMOMENT._serialized_start=653
|
| 119 |
+
_RUNMOMENT._serialized_end=708
|
| 120 |
+
_SETTINGS._serialized_start=711
|
| 121 |
+
_SETTINGS._serialized_end=10205
|
| 122 |
+
# @@protoc_insertion_point(module_scope)
|
vllm/lib/python3.10/site-packages/wandb/proto/v3/wandb_telemetry_pb2.py
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| 3 |
+
# source: wandb/proto/wandb_telemetry.proto
|
| 4 |
+
"""Generated protocol buffer code."""
|
| 5 |
+
from google.protobuf import descriptor as _descriptor
|
| 6 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
| 7 |
+
from google.protobuf import message as _message
|
| 8 |
+
from google.protobuf import reflection as _reflection
|
| 9 |
+
from google.protobuf import symbol_database as _symbol_database
|
| 10 |
+
# @@protoc_insertion_point(imports)
|
| 11 |
+
|
| 12 |
+
_sym_db = _symbol_database.Default()
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
from wandb.proto import wandb_base_pb2 as wandb_dot_proto_dot_wandb__base__pb2
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!wandb/proto/wandb_telemetry.proto\x12\x0ewandb_internal\x1a\x1cwandb/proto/wandb_base.proto\"\xdb\x03\n\x0fTelemetryRecord\x12-\n\x0cimports_init\x18\x01 \x01(\x0b\x32\x17.wandb_internal.Imports\x12/\n\x0eimports_finish\x18\x02 \x01(\x0b\x32\x17.wandb_internal.Imports\x12(\n\x07\x66\x65\x61ture\x18\x03 \x01(\x0b\x32\x17.wandb_internal.Feature\x12\x16\n\x0epython_version\x18\x04 \x01(\t\x12\x13\n\x0b\x63li_version\x18\x05 \x01(\t\x12\x1b\n\x13huggingface_version\x18\x06 \x01(\t\x12 \n\x03\x65nv\x18\x08 \x01(\x0b\x32\x13.wandb_internal.Env\x12%\n\x05label\x18\t \x01(\x0b\x32\x16.wandb_internal.Labels\x12.\n\ndeprecated\x18\n \x01(\x0b\x32\x1a.wandb_internal.Deprecated\x12&\n\x06issues\x18\x0b \x01(\x0b\x32\x16.wandb_internal.Issues\x12\x14\n\x0c\x63ore_version\x18\x0c \x01(\t\x12\x10\n\x08platform\x18\r \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x11\n\x0fTelemetryResult\"\xf5\r\n\x07Imports\x12\r\n\x05torch\x18\x01 \x01(\x08\x12\r\n\x05keras\x18\x02 \x01(\x08\x12\x12\n\ntensorflow\x18\x03 \x01(\x08\x12\x0e\n\x06\x66\x61stai\x18\x04 \x01(\x08\x12\x0f\n\x07sklearn\x18\x05 \x01(\x08\x12\x0f\n\x07xgboost\x18\x06 \x01(\x08\x12\x10\n\x08\x63\x61tboost\x18\x07 \x01(\x08\x12\x10\n\x08lightgbm\x18\x08 \x01(\x08\x12\x19\n\x11pytorch_lightning\x18\t \x01(\x08\x12\x0e\n\x06ignite\x18\n \x01(\x08\x12\x14\n\x0ctransformers\x18\x0b \x01(\x08\x12\x0b\n\x03jax\x18\x0c \x01(\x08\x12\x10\n\x08metaflow\x18\r \x01(\x08\x12\x10\n\x08\x61llennlp\x18\x0e \x01(\x08\x12\x11\n\tautogluon\x18\x0f \x01(\x08\x12\x11\n\tautokeras\x18\x10 \x01(\x08\x12\x10\n\x08\x63\x61talyst\x18\x12 \x01(\x08\x12\x10\n\x08\x64\x65\x65pchem\x18\x15 \x01(\x08\x12\x0f\n\x07\x64\x65\x65pctr\x18\x16 \x01(\x08\x12\x0f\n\x07pycaret\x18\x1c \x01(\x08\x12\x14\n\x0cpytorchvideo\x18\x1d \x01(\x08\x12\x0b\n\x03ray\x18\x1e \x01(\x08\x12\x1a\n\x12simpletransformers\x18\x1f \x01(\x08\x12\x0e\n\x06skorch\x18 \x01(\x08\x12\r\n\x05spacy\x18! \x01(\x08\x12\r\n\x05\x66lash\x18\" \x01(\x08\x12\x0e\n\x06optuna\x18# \x01(\x08\x12\x0f\n\x07recbole\x18$ \x01(\x08\x12\x0c\n\x04mmcv\x18% \x01(\x08\x12\r\n\x05mmdet\x18& \x01(\x08\x12\x11\n\ttorchdrug\x18\' \x01(\x08\x12\x11\n\ttorchtext\x18( \x01(\x08\x12\x13\n\x0btorchvision\x18) \x01(\x08\x12\r\n\x05\x65legy\x18* \x01(\x08\x12\x12\n\ndetectron2\x18+ \x01(\x08\x12\r\n\x05\x66lair\x18, \x01(\x08\x12\x0c\n\x04\x66lax\x18- \x01(\x08\x12\x0c\n\x04syft\x18. \x01(\x08\x12\x0b\n\x03TTS\x18/ \x01(\x08\x12\r\n\x05monai\x18\x30 \x01(\x08\x12\x17\n\x0fhuggingface_hub\x18\x31 \x01(\x08\x12\r\n\x05hydra\x18\x32 \x01(\x08\x12\x10\n\x08\x64\x61tasets\x18\x33 \x01(\x08\x12\x0e\n\x06sacred\x18\x34 \x01(\x08\x12\x0e\n\x06joblib\x18\x35 \x01(\x08\x12\x0c\n\x04\x64\x61sk\x18\x36 \x01(\x08\x12\x0f\n\x07\x61syncio\x18\x37 \x01(\x08\x12\x11\n\tpaddleocr\x18\x38 \x01(\x08\x12\r\n\x05ppdet\x18\x39 \x01(\x08\x12\x11\n\tpaddleseg\x18: \x01(\x08\x12\x11\n\tpaddlenlp\x18; \x01(\x08\x12\r\n\x05mmseg\x18< \x01(\x08\x12\r\n\x05mmocr\x18= \x01(\x08\x12\r\n\x05mmcls\x18> \x01(\x08\x12\x0c\n\x04timm\x18? \x01(\x08\x12\x0f\n\x07\x66\x61irseq\x18@ \x01(\x08\x12\x12\n\ndeepchecks\x18\x41 \x01(\x08\x12\x10\n\x08\x63omposer\x18\x42 \x01(\x08\x12\x10\n\x08sparseml\x18\x43 \x01(\x08\x12\x10\n\x08\x61nomalib\x18\x44 \x01(\x08\x12\r\n\x05zenml\x18\x45 \x01(\x08\x12\x12\n\ncolossalai\x18\x46 \x01(\x08\x12\x12\n\naccelerate\x18G \x01(\x08\x12\x0e\n\x06merlin\x18H \x01(\x08\x12\x0f\n\x07nanodet\x18I \x01(\x08\x12#\n\x1bsegmentation_models_pytorch\x18J \x01(\x08\x12\x1d\n\x15sentence_transformers\x18K \x01(\x08\x12\x0b\n\x03\x64gl\x18L \x01(\x08\x12\x17\n\x0ftorch_geometric\x18M \x01(\x08\x12\x0c\n\x04jina\x18N \x01(\x08\x12\x0e\n\x06kornia\x18O \x01(\x08\x12\x16\n\x0e\x61lbumentations\x18P \x01(\x08\x12\x10\n\x08keras_cv\x18Q \x01(\x08\x12\x10\n\x08mmengine\x18R \x01(\x08\x12\x11\n\tdiffusers\x18S \x01(\x08\x12\x0b\n\x03trl\x18T \x01(\x08\x12\x0c\n\x04trlx\x18U \x01(\x08\x12\x11\n\tlangchain\x18V \x01(\x08\x12\x13\n\x0bllama_index\x18W \x01(\x08\x12\x15\n\rstability_sdk\x18X \x01(\x08\x12\x0f\n\x07prefect\x18Y \x01(\x08\x12\x13\n\x0bprefect_ray\x18Z \x01(\x08\x12\x10\n\x08pinecone\x18[ \x01(\x08\x12\x10\n\x08\x63hromadb\x18\\ \x01(\x08\x12\x10\n\x08weaviate\x18] \x01(\x08\x12\x13\n\x0bpromptlayer\x18^ \x01(\x08\x12\x0e\n\x06openai\x18_ \x01(\x08\x12\x0e\n\x06\x63ohere\x18` \x01(\x08\x12\x11\n\tanthropic\x18\x61 \x01(\x08\x12\x0c\n\x04peft\x18\x62 \x01(\x08\x12\x0f\n\x07optimum\x18\x63 \x01(\x08\x12\x10\n\x08\x65valuate\x18\x64 \x01(\x08\x12\x10\n\x08langflow\x18\x65 \x01(\x08\x12\x12\n\nkeras_core\x18\x66 \x01(\x08\x12\x18\n\x10lightning_fabric\x18g \x01(\x08\x12\x1c\n\x14\x63urated_transformers\x18h \x01(\x08\x12\x0e\n\x06orjson\x18i \x01(\x08\x12\x11\n\tlightning\x18j \x01(\x08\"\xb2\x0c\n\x07\x46\x65\x61ture\x12\r\n\x05watch\x18\x01 \x01(\x08\x12\x0e\n\x06\x66inish\x18\x02 \x01(\x08\x12\x0c\n\x04save\x18\x03 \x01(\x08\x12\x0f\n\x07offline\x18\x04 \x01(\x08\x12\x0f\n\x07resumed\x18\x05 \x01(\x08\x12\x0c\n\x04grpc\x18\x06 \x01(\x08\x12\x0e\n\x06metric\x18\x07 \x01(\x08\x12\r\n\x05keras\x18\x08 \x01(\x08\x12\x11\n\tsagemaker\x18\t \x01(\x08\x12\x1c\n\x14\x61rtifact_incremental\x18\n \x01(\x08\x12\x10\n\x08metaflow\x18\x0b \x01(\x08\x12\x0f\n\x07prodigy\x18\x0c \x01(\x08\x12\x15\n\rset_init_name\x18\r \x01(\x08\x12\x13\n\x0bset_init_id\x18\x0e \x01(\x08\x12\x15\n\rset_init_tags\x18\x0f \x01(\x08\x12\x17\n\x0fset_init_config\x18\x10 \x01(\x08\x12\x14\n\x0cset_run_name\x18\x11 \x01(\x08\x12\x14\n\x0cset_run_tags\x18\x12 \x01(\x08\x12\x17\n\x0fset_config_item\x18\x13 \x01(\x08\x12\x0e\n\x06launch\x18\x14 \x01(\x08\x12\x1c\n\x14torch_profiler_trace\x18\x15 \x01(\x08\x12\x0b\n\x03sb3\x18\x16 \x01(\x08\x12\x0f\n\x07service\x18\x17 \x01(\x08\x12\x17\n\x0finit_return_run\x18\x18 \x01(\x08\x12\x1f\n\x17lightgbm_wandb_callback\x18\x19 \x01(\x08\x12\x1c\n\x14lightgbm_log_summary\x18\x1a \x01(\x08\x12\x1f\n\x17\x63\x61tboost_wandb_callback\x18\x1b \x01(\x08\x12\x1c\n\x14\x63\x61tboost_log_summary\x18\x1c \x01(\x08\x12\x17\n\x0ftensorboard_log\x18\x1d \x01(\x08\x12\x16\n\x0e\x65stimator_hook\x18\x1e \x01(\x08\x12\x1e\n\x16xgboost_wandb_callback\x18\x1f \x01(\x08\x12\"\n\x1axgboost_old_wandb_callback\x18 \x01(\x08\x12\x0e\n\x06\x61ttach\x18! \x01(\x08\x12\x19\n\x11tensorboard_patch\x18\" \x01(\x08\x12\x18\n\x10tensorboard_sync\x18# \x01(\x08\x12\x15\n\rkfp_wandb_log\x18$ \x01(\x08\x12\x1b\n\x13maybe_run_overwrite\x18% \x01(\x08\x12\x1c\n\x14keras_metrics_logger\x18& \x01(\x08\x12\x1e\n\x16keras_model_checkpoint\x18\' \x01(\x08\x12!\n\x19keras_wandb_eval_callback\x18( \x01(\x08\x12\x1d\n\x15\x66low_control_overflow\x18) \x01(\x08\x12\x0c\n\x04sync\x18* \x01(\x08\x12\x1d\n\x15\x66low_control_disabled\x18+ \x01(\x08\x12\x1b\n\x13\x66low_control_custom\x18, \x01(\x08\x12\x18\n\x10service_disabled\x18- \x01(\x08\x12\x14\n\x0copen_metrics\x18. \x01(\x08\x12\x1a\n\x12ultralytics_yolov8\x18/ \x01(\x08\x12\x17\n\x0fimporter_mlflow\x18\x30 \x01(\x08\x12\x15\n\rsync_tfevents\x18\x31 \x01(\x08\x12\x15\n\rasync_uploads\x18\x32 \x01(\x08\x12\x16\n\x0eopenai_autolog\x18\x33 \x01(\x08\x12\x18\n\x10langchain_tracer\x18\x34 \x01(\x08\x12\x16\n\x0e\x63ohere_autolog\x18\x35 \x01(\x08\x12\x1b\n\x13hf_pipeline_autolog\x18\x36 \x01(\x08\x12\x0c\n\x04\x63ore\x18\x37 \x01(\x08\x12\r\n\x05lib_c\x18\x38 \x01(\x08\x12\x0f\n\x07lib_cpp\x18\x39 \x01(\x08\x12\x19\n\x11openai_finetuning\x18: \x01(\x08\x12\x19\n\x11\x64iffusers_autolog\x18; \x01(\x08\x12\x1f\n\x17lightning_fabric_logger\x18< \x01(\x08\x12\x14\n\x0cset_step_log\x18= \x01(\x08\x12\x13\n\x0bset_summary\x18> \x01(\x08\x12\x16\n\x0emetric_summary\x18? \x01(\x08\x12\x13\n\x0bmetric_goal\x18@ \x01(\x08\x12\x15\n\rmetric_hidden\x18\x41 \x01(\x08\x12\x18\n\x10metric_step_sync\x18\x42 \x01(\x08\x12\x13\n\x0bshared_mode\x18\x43 \x01(\x08\"\x96\x02\n\x03\x45nv\x12\x0f\n\x07jupyter\x18\x01 \x01(\x08\x12\x0e\n\x06kaggle\x18\x02 \x01(\x08\x12\x0f\n\x07windows\x18\x03 \x01(\x08\x12\x0e\n\x06m1_gpu\x18\x04 \x01(\x08\x12\x13\n\x0bstart_spawn\x18\x05 \x01(\x08\x12\x12\n\nstart_fork\x18\x06 \x01(\x08\x12\x18\n\x10start_forkserver\x18\x07 \x01(\x08\x12\x14\n\x0cstart_thread\x18\x08 \x01(\x08\x12\x10\n\x08maybe_mp\x18\t \x01(\x08\x12\x10\n\x08trainium\x18\n \x01(\x08\x12\x0b\n\x03pex\x18\x0b \x01(\x08\x12\r\n\x05\x63olab\x18\x0c \x01(\x08\x12\x0f\n\x07ipython\x18\r \x01(\x08\x12\x12\n\naws_lambda\x18\x0e \x01(\x08\x12\x0f\n\x07\x61md_gpu\x18\x0f \x01(\x08\"H\n\x06Labels\x12\x13\n\x0b\x63ode_string\x18\x01 \x01(\t\x12\x13\n\x0brepo_string\x18\x02 \x01(\t\x12\x14\n\x0c\x63ode_version\x18\x03 \x01(\t\"\xb5\x04\n\nDeprecated\x12!\n\x19keras_callback__data_type\x18\x01 \x01(\x08\x12\x11\n\trun__mode\x18\x02 \x01(\x08\x12\x19\n\x11run__save_no_args\x18\x03 \x01(\x08\x12\x11\n\trun__join\x18\x04 \x01(\x08\x12\r\n\x05plots\x18\x05 \x01(\x08\x12\x15\n\rrun__log_sync\x18\x06 \x01(\x08\x12!\n\x19init__config_include_keys\x18\x07 \x01(\x08\x12!\n\x19init__config_exclude_keys\x18\x08 \x01(\x08\x12\"\n\x1akeras_callback__save_model\x18\t \x01(\x08\x12\x18\n\x10langchain_tracer\x18\n \x01(\x08\x12\x1a\n\x12\x61rtifact__get_path\x18\x0b \x01(\x08\x12#\n\x1b\x61rtifactmanifestentry__name\x18\x0c \x01(\x08\x12\x1e\n\x16\x61pi__artifact_versions\x18\r \x01(\x08\x12(\n artifact_collection__change_type\x18\x0e \x01(\x08\x12\x1f\n\x17run__define_metric_copy\x18\x0f \x01(\x08\x12\x14\n\x0crun_disabled\x18\x10 \x01(\x08\x12\x16\n\x0ekeras_callback\x18\x11 \x01(\x08\x12$\n\x1crun__define_metric_best_goal\x18\x12 \x01(\x08\x12\x19\n\x11run__finish_quiet\x18\x13 \x01(\x08\"|\n\x06Issues\x12%\n\x1dsettings__validation_warnings\x18\x01 \x01(\x08\x12!\n\x19settings__unexpected_args\x18\x02 \x01(\x08\x12(\n settings__preprocessing_warnings\x18\x03 \x01(\x08\x42\x1bZ\x19\x63ore/pkg/service_go_protob\x06proto3')
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
_TELEMETRYRECORD = DESCRIPTOR.message_types_by_name['TelemetryRecord']
|
| 23 |
+
_TELEMETRYRESULT = DESCRIPTOR.message_types_by_name['TelemetryResult']
|
| 24 |
+
_IMPORTS = DESCRIPTOR.message_types_by_name['Imports']
|
| 25 |
+
_FEATURE = DESCRIPTOR.message_types_by_name['Feature']
|
| 26 |
+
_ENV = DESCRIPTOR.message_types_by_name['Env']
|
| 27 |
+
_LABELS = DESCRIPTOR.message_types_by_name['Labels']
|
| 28 |
+
_DEPRECATED = DESCRIPTOR.message_types_by_name['Deprecated']
|
| 29 |
+
_ISSUES = DESCRIPTOR.message_types_by_name['Issues']
|
| 30 |
+
TelemetryRecord = _reflection.GeneratedProtocolMessageType('TelemetryRecord', (_message.Message,), {
|
| 31 |
+
'DESCRIPTOR' : _TELEMETRYRECORD,
|
| 32 |
+
'__module__' : 'wandb.proto.wandb_telemetry_pb2'
|
| 33 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.TelemetryRecord)
|
| 34 |
+
})
|
| 35 |
+
_sym_db.RegisterMessage(TelemetryRecord)
|
| 36 |
+
|
| 37 |
+
TelemetryResult = _reflection.GeneratedProtocolMessageType('TelemetryResult', (_message.Message,), {
|
| 38 |
+
'DESCRIPTOR' : _TELEMETRYRESULT,
|
| 39 |
+
'__module__' : 'wandb.proto.wandb_telemetry_pb2'
|
| 40 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.TelemetryResult)
|
| 41 |
+
})
|
| 42 |
+
_sym_db.RegisterMessage(TelemetryResult)
|
| 43 |
+
|
| 44 |
+
Imports = _reflection.GeneratedProtocolMessageType('Imports', (_message.Message,), {
|
| 45 |
+
'DESCRIPTOR' : _IMPORTS,
|
| 46 |
+
'__module__' : 'wandb.proto.wandb_telemetry_pb2'
|
| 47 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.Imports)
|
| 48 |
+
})
|
| 49 |
+
_sym_db.RegisterMessage(Imports)
|
| 50 |
+
|
| 51 |
+
Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), {
|
| 52 |
+
'DESCRIPTOR' : _FEATURE,
|
| 53 |
+
'__module__' : 'wandb.proto.wandb_telemetry_pb2'
|
| 54 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.Feature)
|
| 55 |
+
})
|
| 56 |
+
_sym_db.RegisterMessage(Feature)
|
| 57 |
+
|
| 58 |
+
Env = _reflection.GeneratedProtocolMessageType('Env', (_message.Message,), {
|
| 59 |
+
'DESCRIPTOR' : _ENV,
|
| 60 |
+
'__module__' : 'wandb.proto.wandb_telemetry_pb2'
|
| 61 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.Env)
|
| 62 |
+
})
|
| 63 |
+
_sym_db.RegisterMessage(Env)
|
| 64 |
+
|
| 65 |
+
Labels = _reflection.GeneratedProtocolMessageType('Labels', (_message.Message,), {
|
| 66 |
+
'DESCRIPTOR' : _LABELS,
|
| 67 |
+
'__module__' : 'wandb.proto.wandb_telemetry_pb2'
|
| 68 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.Labels)
|
| 69 |
+
})
|
| 70 |
+
_sym_db.RegisterMessage(Labels)
|
| 71 |
+
|
| 72 |
+
Deprecated = _reflection.GeneratedProtocolMessageType('Deprecated', (_message.Message,), {
|
| 73 |
+
'DESCRIPTOR' : _DEPRECATED,
|
| 74 |
+
'__module__' : 'wandb.proto.wandb_telemetry_pb2'
|
| 75 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.Deprecated)
|
| 76 |
+
})
|
| 77 |
+
_sym_db.RegisterMessage(Deprecated)
|
| 78 |
+
|
| 79 |
+
Issues = _reflection.GeneratedProtocolMessageType('Issues', (_message.Message,), {
|
| 80 |
+
'DESCRIPTOR' : _ISSUES,
|
| 81 |
+
'__module__' : 'wandb.proto.wandb_telemetry_pb2'
|
| 82 |
+
# @@protoc_insertion_point(class_scope:wandb_internal.Issues)
|
| 83 |
+
})
|
| 84 |
+
_sym_db.RegisterMessage(Issues)
|
| 85 |
+
|
| 86 |
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
| 87 |
+
|
| 88 |
+
DESCRIPTOR._options = None
|
| 89 |
+
DESCRIPTOR._serialized_options = b'Z\031core/pkg/service_go_proto'
|
| 90 |
+
_TELEMETRYRECORD._serialized_start=84
|
| 91 |
+
_TELEMETRYRECORD._serialized_end=559
|
| 92 |
+
_TELEMETRYRESULT._serialized_start=561
|
| 93 |
+
_TELEMETRYRESULT._serialized_end=578
|
| 94 |
+
_IMPORTS._serialized_start=581
|
| 95 |
+
_IMPORTS._serialized_end=2362
|
| 96 |
+
_FEATURE._serialized_start=2365
|
| 97 |
+
_FEATURE._serialized_end=3951
|
| 98 |
+
_ENV._serialized_start=3954
|
| 99 |
+
_ENV._serialized_end=4232
|
| 100 |
+
_LABELS._serialized_start=4234
|
| 101 |
+
_LABELS._serialized_end=4306
|
| 102 |
+
_DEPRECATED._serialized_start=4309
|
| 103 |
+
_DEPRECATED._serialized_end=4874
|
| 104 |
+
_ISSUES._serialized_start=4876
|
| 105 |
+
_ISSUES._serialized_end=5000
|
| 106 |
+
# @@protoc_insertion_point(module_scope)
|
vllm/lib/python3.10/site-packages/wandb/proto/v4/__init__.py
ADDED
|
File without changes
|
vllm/lib/python3.10/site-packages/wandb/proto/v4/__pycache__/wandb_server_pb2.cpython-310.pyc
ADDED
|
Binary file (4.81 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/v4/__pycache__/wandb_settings_pb2.cpython-310.pyc
ADDED
|
Binary file (11.6 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_base_pb2.py
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| 3 |
+
# source: wandb/proto/wandb_base.proto
|
| 4 |
+
"""Generated protocol buffer code."""
|
| 5 |
+
from google.protobuf.internal import builder as _builder
|
| 6 |
+
from google.protobuf import descriptor as _descriptor
|
| 7 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
| 8 |
+
from google.protobuf import symbol_database as _symbol_database
|
| 9 |
+
# @@protoc_insertion_point(imports)
|
| 10 |
+
|
| 11 |
+
_sym_db = _symbol_database.Default()
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cwandb/proto/wandb_base.proto\x12\x0ewandb_internal\"6\n\x0b_RecordInfo\x12\x11\n\tstream_id\x18\x01 \x01(\t\x12\x14\n\x0c_tracelog_id\x18\x64 \x01(\t\"!\n\x0c_RequestInfo\x12\x11\n\tstream_id\x18\x01 \x01(\t\"#\n\x0b_ResultInfo\x12\x14\n\x0c_tracelog_id\x18\x64 \x01(\tB\x1bZ\x19\x63ore/pkg/service_go_protob\x06proto3')
|
| 17 |
+
|
| 18 |
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
| 19 |
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'wandb.proto.wandb_base_pb2', globals())
|
| 20 |
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
| 21 |
+
|
| 22 |
+
DESCRIPTOR._options = None
|
| 23 |
+
DESCRIPTOR._serialized_options = b'Z\031core/pkg/service_go_proto'
|
| 24 |
+
__RECORDINFO._serialized_start=48
|
| 25 |
+
__RECORDINFO._serialized_end=102
|
| 26 |
+
__REQUESTINFO._serialized_start=104
|
| 27 |
+
__REQUESTINFO._serialized_end=137
|
| 28 |
+
__RESULTINFO._serialized_start=139
|
| 29 |
+
__RESULTINFO._serialized_end=174
|
| 30 |
+
# @@protoc_insertion_point(module_scope)
|
vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_internal_pb2.py
ADDED
|
@@ -0,0 +1,378 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| 3 |
+
# source: wandb/proto/wandb_internal.proto
|
| 4 |
+
"""Generated protocol buffer code."""
|
| 5 |
+
from google.protobuf.internal import builder as _builder
|
| 6 |
+
from google.protobuf import descriptor as _descriptor
|
| 7 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
| 8 |
+
from google.protobuf import symbol_database as _symbol_database
|
| 9 |
+
# @@protoc_insertion_point(imports)
|
| 10 |
+
|
| 11 |
+
_sym_db = _symbol_database.Default()
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
| 15 |
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
| 16 |
+
from wandb.proto import wandb_base_pb2 as wandb_dot_proto_dot_wandb__base__pb2
|
| 17 |
+
from wandb.proto import wandb_telemetry_pb2 as wandb_dot_proto_dot_wandb__telemetry__pb2
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n wandb/proto/wandb_internal.proto\x12\x0ewandb_internal\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cwandb/proto/wandb_base.proto\x1a!wandb/proto/wandb_telemetry.proto\"\x95\t\n\x06Record\x12\x0b\n\x03num\x18\x01 \x01(\x03\x12\x30\n\x07history\x18\x02 \x01(\x0b\x32\x1d.wandb_internal.HistoryRecordH\x00\x12\x30\n\x07summary\x18\x03 \x01(\x0b\x32\x1d.wandb_internal.SummaryRecordH\x00\x12.\n\x06output\x18\x04 \x01(\x0b\x32\x1c.wandb_internal.OutputRecordH\x00\x12.\n\x06\x63onfig\x18\x05 \x01(\x0b\x32\x1c.wandb_internal.ConfigRecordH\x00\x12,\n\x05\x66iles\x18\x06 \x01(\x0b\x32\x1b.wandb_internal.FilesRecordH\x00\x12,\n\x05stats\x18\x07 \x01(\x0b\x32\x1b.wandb_internal.StatsRecordH\x00\x12\x32\n\x08\x61rtifact\x18\x08 \x01(\x0b\x32\x1e.wandb_internal.ArtifactRecordH\x00\x12,\n\x08tbrecord\x18\t \x01(\x0b\x32\x18.wandb_internal.TBRecordH\x00\x12,\n\x05\x61lert\x18\n \x01(\x0b\x32\x1b.wandb_internal.AlertRecordH\x00\x12\x34\n\ttelemetry\x18\x0b \x01(\x0b\x32\x1f.wandb_internal.TelemetryRecordH\x00\x12.\n\x06metric\x18\x0c \x01(\x0b\x32\x1c.wandb_internal.MetricRecordH\x00\x12\x35\n\noutput_raw\x18\r \x01(\x0b\x32\x1f.wandb_internal.OutputRawRecordH\x00\x12(\n\x03run\x18\x11 \x01(\x0b\x32\x19.wandb_internal.RunRecordH\x00\x12-\n\x04\x65xit\x18\x12 \x01(\x0b\x32\x1d.wandb_internal.RunExitRecordH\x00\x12,\n\x05\x66inal\x18\x14 \x01(\x0b\x32\x1b.wandb_internal.FinalRecordH\x00\x12.\n\x06header\x18\x15 \x01(\x0b\x32\x1c.wandb_internal.HeaderRecordH\x00\x12.\n\x06\x66ooter\x18\x16 \x01(\x0b\x32\x1c.wandb_internal.FooterRecordH\x00\x12\x39\n\npreempting\x18\x17 \x01(\x0b\x32#.wandb_internal.RunPreemptingRecordH\x00\x12\x34\n\x12noop_link_artifact\x18\x18 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x12\x39\n\x0cuse_artifact\x18\x19 \x01(\x0b\x32!.wandb_internal.UseArtifactRecordH\x00\x12*\n\x07request\x18\x64 \x01(\x0b\x32\x17.wandb_internal.RequestH\x00\x12(\n\x07\x63ontrol\x18\x10 \x01(\x0b\x32\x17.wandb_internal.Control\x12\x0c\n\x04uuid\x18\x13 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfoB\r\n\x0brecord_type\"\xa8\x01\n\x07\x43ontrol\x12\x10\n\x08req_resp\x18\x01 \x01(\x08\x12\r\n\x05local\x18\x02 \x01(\x08\x12\x10\n\x08relay_id\x18\x03 \x01(\t\x12\x14\n\x0cmailbox_slot\x18\x04 \x01(\t\x12\x13\n\x0b\x61lways_send\x18\x05 \x01(\x08\x12\x14\n\x0c\x66low_control\x18\x06 \x01(\x08\x12\x12\n\nend_offset\x18\x07 \x01(\x03\x12\x15\n\rconnection_id\x18\x08 \x01(\t\"\xf3\x03\n\x06Result\x12\x35\n\nrun_result\x18\x11 \x01(\x0b\x32\x1f.wandb_internal.RunUpdateResultH\x00\x12\x34\n\x0b\x65xit_result\x18\x12 \x01(\x0b\x32\x1d.wandb_internal.RunExitResultH\x00\x12\x33\n\nlog_result\x18\x14 \x01(\x0b\x32\x1d.wandb_internal.HistoryResultH\x00\x12\x37\n\x0esummary_result\x18\x15 \x01(\x0b\x32\x1d.wandb_internal.SummaryResultH\x00\x12\x35\n\routput_result\x18\x16 \x01(\x0b\x32\x1c.wandb_internal.OutputResultH\x00\x12\x35\n\rconfig_result\x18\x17 \x01(\x0b\x32\x1c.wandb_internal.ConfigResultH\x00\x12,\n\x08response\x18\x64 \x01(\x0b\x32\x18.wandb_internal.ResponseH\x00\x12(\n\x07\x63ontrol\x18\x10 \x01(\x0b\x32\x17.wandb_internal.Control\x12\x0c\n\x04uuid\x18\x18 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._ResultInfoB\r\n\x0bresult_type\":\n\x0b\x46inalRecord\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"b\n\x0bVersionInfo\x12\x10\n\x08producer\x18\x01 \x01(\t\x12\x14\n\x0cmin_consumer\x18\x02 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"n\n\x0cHeaderRecord\x12\x31\n\x0cversion_info\x18\x01 \x01(\x0b\x32\x1b.wandb_internal.VersionInfo\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\";\n\x0c\x46ooterRecord\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\xde\x04\n\tRunRecord\x12\x0e\n\x06run_id\x18\x01 \x01(\t\x12\x0e\n\x06\x65ntity\x18\x02 \x01(\t\x12\x0f\n\x07project\x18\x03 \x01(\t\x12,\n\x06\x63onfig\x18\x04 \x01(\x0b\x32\x1c.wandb_internal.ConfigRecord\x12.\n\x07summary\x18\x05 \x01(\x0b\x32\x1d.wandb_internal.SummaryRecord\x12\x11\n\trun_group\x18\x06 \x01(\t\x12\x10\n\x08job_type\x18\x07 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x08 \x01(\t\x12\r\n\x05notes\x18\t \x01(\t\x12\x0c\n\x04tags\x18\n \x03(\t\x12\x30\n\x08settings\x18\x0b \x01(\x0b\x32\x1e.wandb_internal.SettingsRecord\x12\x10\n\x08sweep_id\x18\x0c \x01(\t\x12\x0c\n\x04host\x18\r \x01(\t\x12\x15\n\rstarting_step\x18\x0e \x01(\x03\x12\x12\n\nstorage_id\x18\x10 \x01(\t\x12.\n\nstart_time\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07resumed\x18\x12 \x01(\x08\x12\x32\n\ttelemetry\x18\x13 \x01(\x0b\x32\x1f.wandb_internal.TelemetryRecord\x12\x0f\n\x07runtime\x18\x14 \x01(\x05\x12*\n\x03git\x18\x15 \x01(\x0b\x32\x1d.wandb_internal.GitRepoRecord\x12\x0e\n\x06\x66orked\x18\x16 \x01(\x08\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\";\n\rGitRepoRecord\x12\x1a\n\nremote_url\x18\x01 \x01(\tR\x06remote\x12\x0e\n\x06\x63ommit\x18\x02 \x01(\t\"c\n\x0fRunUpdateResult\x12&\n\x03run\x18\x01 \x01(\x0b\x32\x19.wandb_internal.RunRecord\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x19.wandb_internal.ErrorInfo\"\xac\x01\n\tErrorInfo\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x31\n\x04\x63ode\x18\x02 \x01(\x0e\x32#.wandb_internal.ErrorInfo.ErrorCode\"[\n\tErrorCode\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x11\n\rCOMMUNICATION\x10\x01\x12\x12\n\x0e\x41UTHENTICATION\x10\x02\x12\t\n\x05USAGE\x10\x03\x12\x0f\n\x0bUNSUPPORTED\x10\x04\"`\n\rRunExitRecord\x12\x11\n\texit_code\x18\x01 \x01(\x05\x12\x0f\n\x07runtime\x18\x02 \x01(\x05\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x0f\n\rRunExitResult\"B\n\x13RunPreemptingRecord\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x15\n\x13RunPreemptingResult\"i\n\x0eSettingsRecord\x12*\n\x04item\x18\x01 \x03(\x0b\x32\x1c.wandb_internal.SettingsItem\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"/\n\x0cSettingsItem\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nvalue_json\x18\x10 \x01(\t\"\x1a\n\x0bHistoryStep\x12\x0b\n\x03num\x18\x01 \x01(\x03\"\x92\x01\n\rHistoryRecord\x12)\n\x04item\x18\x01 \x03(\x0b\x32\x1b.wandb_internal.HistoryItem\x12)\n\x04step\x18\x02 \x01(\x0b\x32\x1b.wandb_internal.HistoryStep\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"B\n\x0bHistoryItem\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nnested_key\x18\x02 \x03(\t\x12\x12\n\nvalue_json\x18\x10 \x01(\t\"\x0f\n\rHistoryResult\"\xdc\x01\n\x0cOutputRecord\x12<\n\x0boutput_type\x18\x01 \x01(\x0e\x32\'.wandb_internal.OutputRecord.OutputType\x12-\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04line\x18\x03 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"$\n\nOutputType\x12\n\n\x06STDERR\x10\x00\x12\n\n\x06STDOUT\x10\x01\"\x0e\n\x0cOutputResult\"\xe2\x01\n\x0fOutputRawRecord\x12?\n\x0boutput_type\x18\x01 \x01(\x0e\x32*.wandb_internal.OutputRawRecord.OutputType\x12-\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04line\x18\x03 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"$\n\nOutputType\x12\n\n\x06STDERR\x10\x00\x12\n\n\x06STDOUT\x10\x01\"\x11\n\x0fOutputRawResult\"\x98\x03\n\x0cMetricRecord\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tglob_name\x18\x02 \x01(\t\x12\x13\n\x0bstep_metric\x18\x04 \x01(\t\x12\x19\n\x11step_metric_index\x18\x05 \x01(\x05\x12.\n\x07options\x18\x06 \x01(\x0b\x32\x1d.wandb_internal.MetricOptions\x12.\n\x07summary\x18\x07 \x01(\x0b\x32\x1d.wandb_internal.MetricSummary\x12\x35\n\x04goal\x18\x08 \x01(\x0e\x32\'.wandb_internal.MetricRecord.MetricGoal\x12/\n\x08_control\x18\t \x01(\x0b\x32\x1d.wandb_internal.MetricControl\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"B\n\nMetricGoal\x12\x0e\n\nGOAL_UNSET\x10\x00\x12\x11\n\rGOAL_MINIMIZE\x10\x01\x12\x11\n\rGOAL_MAXIMIZE\x10\x02\"\x0e\n\x0cMetricResult\"C\n\rMetricOptions\x12\x11\n\tstep_sync\x18\x01 \x01(\x08\x12\x0e\n\x06hidden\x18\x02 \x01(\x08\x12\x0f\n\x07\x64\x65\x66ined\x18\x03 \x01(\x08\"\"\n\rMetricControl\x12\x11\n\toverwrite\x18\x01 \x01(\x08\"o\n\rMetricSummary\x12\x0b\n\x03min\x18\x01 \x01(\x08\x12\x0b\n\x03max\x18\x02 \x01(\x08\x12\x0c\n\x04mean\x18\x03 \x01(\x08\x12\x0c\n\x04\x62\x65st\x18\x04 \x01(\x08\x12\x0c\n\x04last\x18\x05 \x01(\x08\x12\x0c\n\x04none\x18\x06 \x01(\x08\x12\x0c\n\x04\x63opy\x18\x07 \x01(\x08\"\x93\x01\n\x0c\x43onfigRecord\x12*\n\x06update\x18\x01 \x03(\x0b\x32\x1a.wandb_internal.ConfigItem\x12*\n\x06remove\x18\x02 \x03(\x0b\x32\x1a.wandb_internal.ConfigItem\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"A\n\nConfigItem\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nnested_key\x18\x02 \x03(\t\x12\x12\n\nvalue_json\x18\x10 \x01(\t\"\x0e\n\x0c\x43onfigResult\"\x96\x01\n\rSummaryRecord\x12+\n\x06update\x18\x01 \x03(\x0b\x32\x1b.wandb_internal.SummaryItem\x12+\n\x06remove\x18\x02 \x03(\x0b\x32\x1b.wandb_internal.SummaryItem\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"B\n\x0bSummaryItem\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nnested_key\x18\x02 \x03(\t\x12\x12\n\nvalue_json\x18\x10 \x01(\t\"\x0f\n\rSummaryResult\"d\n\x0b\x46ilesRecord\x12(\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x19.wandb_internal.FilesItem\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\xec\x01\n\tFilesItem\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x34\n\x06policy\x18\x02 \x01(\x0e\x32$.wandb_internal.FilesItem.PolicyType\x12\x30\n\x04type\x18\x03 \x01(\x0e\x32\".wandb_internal.FilesItem.FileType\"(\n\nPolicyType\x12\x07\n\x03NOW\x10\x00\x12\x07\n\x03\x45ND\x10\x01\x12\x08\n\x04LIVE\x10\x02\"9\n\x08\x46ileType\x12\t\n\x05OTHER\x10\x00\x12\t\n\x05WANDB\x10\x01\x12\t\n\x05MEDIA\x10\x02\x12\x0c\n\x08\x41RTIFACT\x10\x03J\x04\x08\x10\x10\x11\"\r\n\x0b\x46ilesResult\"\xe6\x01\n\x0bStatsRecord\x12\x39\n\nstats_type\x18\x01 \x01(\x0e\x32%.wandb_internal.StatsRecord.StatsType\x12-\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\'\n\x04item\x18\x03 \x03(\x0b\x32\x19.wandb_internal.StatsItem\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x17\n\tStatsType\x12\n\n\x06SYSTEM\x10\x00\",\n\tStatsItem\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nvalue_json\x18\x10 \x01(\t\"\xe7\x03\n\x0e\x41rtifactRecord\x12\x0e\n\x06run_id\x18\x01 \x01(\t\x12\x0f\n\x07project\x18\x02 \x01(\t\x12\x0e\n\x06\x65ntity\x18\x03 \x01(\t\x12\x0c\n\x04type\x18\x04 \x01(\t\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x0e\n\x06\x64igest\x18\x06 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12\x10\n\x08metadata\x18\x08 \x01(\t\x12\x14\n\x0cuser_created\x18\t \x01(\x08\x12\x18\n\x10use_after_commit\x18\n \x01(\x08\x12\x0f\n\x07\x61liases\x18\x0b \x03(\t\x12\x32\n\x08manifest\x18\x0c \x01(\x0b\x32 .wandb_internal.ArtifactManifest\x12\x16\n\x0e\x64istributed_id\x18\r \x01(\t\x12\x10\n\x08\x66inalize\x18\x0e \x01(\x08\x12\x11\n\tclient_id\x18\x0f \x01(\t\x12\x1a\n\x12sequence_client_id\x18\x10 \x01(\t\x12\x0f\n\x07\x62\x61se_id\x18\x11 \x01(\t\x12\x1c\n\x14ttl_duration_seconds\x18\x12 \x01(\x03\x12\x0c\n\x04tags\x18\x13 \x03(\t\x12\x19\n\x11incremental_beta1\x18\x64 \x01(\x08\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\xd8\x01\n\x10\x41rtifactManifest\x12\x0f\n\x07version\x18\x01 \x01(\x05\x12\x16\n\x0estorage_policy\x18\x02 \x01(\t\x12\x46\n\x15storage_policy_config\x18\x03 \x03(\x0b\x32\'.wandb_internal.StoragePolicyConfigItem\x12\x37\n\x08\x63ontents\x18\x04 \x03(\x0b\x32%.wandb_internal.ArtifactManifestEntry\x12\x1a\n\x12manifest_file_path\x18\x05 \x01(\t\"\xcf\x01\n\x15\x41rtifactManifestEntry\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x0e\n\x06\x64igest\x18\x02 \x01(\t\x12\x0b\n\x03ref\x18\x03 \x01(\t\x12\x0c\n\x04size\x18\x04 \x01(\x03\x12\x10\n\x08mimetype\x18\x05 \x01(\t\x12\x12\n\nlocal_path\x18\x06 \x01(\t\x12\x19\n\x11\x62irth_artifact_id\x18\x07 \x01(\t\x12\x12\n\nskip_cache\x18\x08 \x01(\x08\x12(\n\x05\x65xtra\x18\x10 \x03(\x0b\x32\x19.wandb_internal.ExtraItem\",\n\tExtraItem\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nvalue_json\x18\x02 \x01(\t\":\n\x17StoragePolicyConfigItem\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nvalue_json\x18\x02 \x01(\t\"\x10\n\x0e\x41rtifactResult\"\x14\n\x12LinkArtifactResult\"\xf0\x01\n\x13LinkArtifactRequest\x12\x11\n\tclient_id\x18\x01 \x01(\t\x12\x11\n\tserver_id\x18\x02 \x01(\t\x12\x16\n\x0eportfolio_name\x18\x03 \x01(\t\x12\x18\n\x10portfolio_entity\x18\x04 \x01(\t\x12\x19\n\x11portfolio_project\x18\x05 \x01(\t\x12\x19\n\x11portfolio_aliases\x18\x06 \x03(\t\x12\x1e\n\x16portfolio_organization\x18\x07 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"-\n\x14LinkArtifactResponse\x12\x15\n\rerror_message\x18\x01 \x01(\t\"h\n\x08TBRecord\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\x12\x0f\n\x07log_dir\x18\x01 \x01(\t\x12\x10\n\x08root_dir\x18\x03 \x01(\t\x12\x0c\n\x04save\x18\x02 \x01(\x08\"\n\n\x08TBResult\"}\n\x0b\x41lertRecord\x12\r\n\x05title\x18\x01 \x01(\t\x12\x0c\n\x04text\x18\x02 \x01(\t\x12\r\n\x05level\x18\x03 \x01(\t\x12\x15\n\rwait_duration\x18\x04 \x01(\x03\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\r\n\x0b\x41lertResult\"\xe8\x11\n\x07Request\x12\x38\n\x0bstop_status\x18\x01 \x01(\x0b\x32!.wandb_internal.StopStatusRequestH\x00\x12>\n\x0enetwork_status\x18\x02 \x01(\x0b\x32$.wandb_internal.NetworkStatusRequestH\x00\x12-\n\x05\x64\x65\x66\x65r\x18\x03 \x01(\x0b\x32\x1c.wandb_internal.DeferRequestH\x00\x12\x38\n\x0bget_summary\x18\x04 \x01(\x0b\x32!.wandb_internal.GetSummaryRequestH\x00\x12-\n\x05login\x18\x05 \x01(\x0b\x32\x1c.wandb_internal.LoginRequestH\x00\x12-\n\x05pause\x18\x06 \x01(\x0b\x32\x1c.wandb_internal.PauseRequestH\x00\x12/\n\x06resume\x18\x07 \x01(\x0b\x32\x1d.wandb_internal.ResumeRequestH\x00\x12\x34\n\tpoll_exit\x18\x08 \x01(\x0b\x32\x1f.wandb_internal.PollExitRequestH\x00\x12@\n\x0fsampled_history\x18\t \x01(\x0b\x32%.wandb_internal.SampledHistoryRequestH\x00\x12@\n\x0fpartial_history\x18\n \x01(\x0b\x32%.wandb_internal.PartialHistoryRequestH\x00\x12\x34\n\trun_start\x18\x0b \x01(\x0b\x32\x1f.wandb_internal.RunStartRequestH\x00\x12<\n\rcheck_version\x18\x0c \x01(\x0b\x32#.wandb_internal.CheckVersionRequestH\x00\x12:\n\x0clog_artifact\x18\r \x01(\x0b\x32\".wandb_internal.LogArtifactRequestH\x00\x12\x44\n\x11\x64ownload_artifact\x18\x0e \x01(\x0b\x32\'.wandb_internal.DownloadArtifactRequestH\x00\x12\x35\n\tkeepalive\x18\x11 \x01(\x0b\x32 .wandb_internal.KeepaliveRequestH\x00\x12>\n\x0eserver_feature\x18\x12 \x01(\x0b\x32$.wandb_internal.ServerFeatureRequestH\x00\x12\x36\n\nrun_status\x18\x14 \x01(\x0b\x32 .wandb_internal.RunStatusRequestH\x00\x12/\n\x06\x63\x61ncel\x18\x15 \x01(\x0b\x32\x1d.wandb_internal.CancelRequestH\x00\x12\x33\n\x08metadata\x18\x16 \x01(\x0b\x32\x1f.wandb_internal.MetadataRequestH\x00\x12\x44\n\x11internal_messages\x18\x17 \x01(\x0b\x32\'.wandb_internal.InternalMessagesRequestH\x00\x12@\n\x0fpython_packages\x18\x18 \x01(\x0b\x32%.wandb_internal.PythonPackagesRequestH\x00\x12\x33\n\x08shutdown\x18@ \x01(\x0b\x32\x1f.wandb_internal.ShutdownRequestH\x00\x12/\n\x06\x61ttach\x18\x41 \x01(\x0b\x32\x1d.wandb_internal.AttachRequestH\x00\x12/\n\x06status\x18\x42 \x01(\x0b\x32\x1d.wandb_internal.StatusRequestH\x00\x12\x38\n\x0bserver_info\x18\x43 \x01(\x0b\x32!.wandb_internal.ServerInfoRequestH\x00\x12\x38\n\x0bsender_mark\x18\x44 \x01(\x0b\x32!.wandb_internal.SenderMarkRequestH\x00\x12\x38\n\x0bsender_read\x18\x45 \x01(\x0b\x32!.wandb_internal.SenderReadRequestH\x00\x12<\n\rstatus_report\x18\x46 \x01(\x0b\x32#.wandb_internal.StatusReportRequestH\x00\x12>\n\x0esummary_record\x18G \x01(\x0b\x32$.wandb_internal.SummaryRecordRequestH\x00\x12\x42\n\x10telemetry_record\x18H \x01(\x0b\x32&.wandb_internal.TelemetryRecordRequestH\x00\x12\x32\n\x08job_info\x18I \x01(\x0b\x32\x1e.wandb_internal.JobInfoRequestH\x00\x12\x45\n\x12get_system_metrics\x18J \x01(\x0b\x32\'.wandb_internal.GetSystemMetricsRequestH\x00\x12\x34\n\tjob_input\x18M \x01(\x0b\x32\x1f.wandb_internal.JobInputRequestH\x00\x12<\n\rlink_artifact\x18N \x01(\x0b\x32#.wandb_internal.LinkArtifactRequestH\x00\x12N\n\x17run_finish_without_exit\x18O \x01(\x0b\x32+.wandb_internal.RunFinishWithoutExitRequestH\x00\x12G\n\x13get_system_metadata\x18P \x01(\x0b\x32(.wandb_internal.GetSystemMetadataRequestH\x00\x12\x38\n\x0bsync_finish\x18Q \x01(\x0b\x32!.wandb_internal.SyncFinishRequestH\x00\x12\x39\n\x0btest_inject\x18\xe8\x07 \x01(\x0b\x32!.wandb_internal.TestInjectRequestH\x00\x42\x0e\n\x0crequest_typeJ\x04\x08K\x10LJ\x04\x08L\x10M\"\xa1\x0e\n\x08Response\x12?\n\x12keepalive_response\x18\x12 \x01(\x0b\x32!.wandb_internal.KeepaliveResponseH\x00\x12\x42\n\x14stop_status_response\x18\x13 \x01(\x0b\x32\".wandb_internal.StopStatusResponseH\x00\x12H\n\x17network_status_response\x18\x14 \x01(\x0b\x32%.wandb_internal.NetworkStatusResponseH\x00\x12\x37\n\x0elogin_response\x18\x18 \x01(\x0b\x32\x1d.wandb_internal.LoginResponseH\x00\x12\x42\n\x14get_summary_response\x18\x19 \x01(\x0b\x32\".wandb_internal.GetSummaryResponseH\x00\x12>\n\x12poll_exit_response\x18\x1a \x01(\x0b\x32 .wandb_internal.PollExitResponseH\x00\x12J\n\x18sampled_history_response\x18\x1b \x01(\x0b\x32&.wandb_internal.SampledHistoryResponseH\x00\x12>\n\x12run_start_response\x18\x1c \x01(\x0b\x32 .wandb_internal.RunStartResponseH\x00\x12\x46\n\x16\x63heck_version_response\x18\x1d \x01(\x0b\x32$.wandb_internal.CheckVersionResponseH\x00\x12\x44\n\x15log_artifact_response\x18\x1e \x01(\x0b\x32#.wandb_internal.LogArtifactResponseH\x00\x12N\n\x1a\x64ownload_artifact_response\x18\x1f \x01(\x0b\x32(.wandb_internal.DownloadArtifactResponseH\x00\x12H\n\x17server_feature_response\x18 \x01(\x0b\x32%.wandb_internal.ServerFeatureResponseH\x00\x12@\n\x13run_status_response\x18# \x01(\x0b\x32!.wandb_internal.RunStatusResponseH\x00\x12\x39\n\x0f\x63\x61ncel_response\x18$ \x01(\x0b\x32\x1e.wandb_internal.CancelResponseH\x00\x12N\n\x1ainternal_messages_response\x18% \x01(\x0b\x32(.wandb_internal.InternalMessagesResponseH\x00\x12=\n\x11shutdown_response\x18@ \x01(\x0b\x32 .wandb_internal.ShutdownResponseH\x00\x12\x39\n\x0f\x61ttach_response\x18\x41 \x01(\x0b\x32\x1e.wandb_internal.AttachResponseH\x00\x12\x39\n\x0fstatus_response\x18\x42 \x01(\x0b\x32\x1e.wandb_internal.StatusResponseH\x00\x12\x42\n\x14server_info_response\x18\x43 \x01(\x0b\x32\".wandb_internal.ServerInfoResponseH\x00\x12<\n\x11job_info_response\x18\x44 \x01(\x0b\x32\x1f.wandb_internal.JobInfoResponseH\x00\x12O\n\x1bget_system_metrics_response\x18\x45 \x01(\x0b\x32(.wandb_internal.GetSystemMetricsResponseH\x00\x12\x46\n\x16link_artifact_response\x18G \x01(\x0b\x32$.wandb_internal.LinkArtifactResponseH\x00\x12\x35\n\rsync_response\x18\x46 \x01(\x0b\x32\x1c.wandb_internal.SyncResponseH\x00\x12X\n run_finish_without_exit_response\x18H \x01(\x0b\x32,.wandb_internal.RunFinishWithoutExitResponseH\x00\x12Q\n\x1cget_system_metadata_response\x18I \x01(\x0b\x32).wandb_internal.GetSystemMetadataResponseH\x00\x12\x43\n\x14test_inject_response\x18\xe8\x07 \x01(\x0b\x32\".wandb_internal.TestInjectResponseH\x00\x42\x0f\n\rresponse_type\"\xc0\x02\n\x0c\x44\x65\x66\x65rRequest\x12\x36\n\x05state\x18\x01 \x01(\x0e\x32\'.wandb_internal.DeferRequest.DeferState\"\xf7\x01\n\nDeferState\x12\t\n\x05\x42\x45GIN\x10\x00\x12\r\n\tFLUSH_RUN\x10\x01\x12\x0f\n\x0b\x46LUSH_STATS\x10\x02\x12\x19\n\x15\x46LUSH_PARTIAL_HISTORY\x10\x03\x12\x0c\n\x08\x46LUSH_TB\x10\x04\x12\r\n\tFLUSH_SUM\x10\x05\x12\x13\n\x0f\x46LUSH_DEBOUNCER\x10\x06\x12\x10\n\x0c\x46LUSH_OUTPUT\x10\x07\x12\r\n\tFLUSH_JOB\x10\x08\x12\r\n\tFLUSH_DIR\x10\t\x12\x0c\n\x08\x46LUSH_FP\x10\n\x12\x0b\n\x07JOIN_FP\x10\x0b\x12\x0c\n\x08\x46LUSH_FS\x10\x0c\x12\x0f\n\x0b\x46LUSH_FINAL\x10\r\x12\x07\n\x03\x45ND\x10\x0e\"<\n\x0cPauseRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\x0f\n\rPauseResponse\"=\n\rResumeRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\x10\n\x0eResumeResponse\"M\n\x0cLoginRequest\x12\x0f\n\x07\x61pi_key\x18\x01 \x01(\t\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"&\n\rLoginResponse\x12\x15\n\ractive_entity\x18\x01 \x01(\t\"A\n\x11GetSummaryRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"?\n\x12GetSummaryResponse\x12)\n\x04item\x18\x01 \x03(\x0b\x32\x1b.wandb_internal.SummaryItem\"G\n\x17GetSystemMetricsRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"R\n\x12SystemMetricSample\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\r\n\x05value\x18\x02 \x01(\x02\"I\n\x13SystemMetricsBuffer\x12\x32\n\x06record\x18\x01 \x03(\x0b\x32\".wandb_internal.SystemMetricSample\"\xca\x01\n\x18GetSystemMetricsResponse\x12S\n\x0esystem_metrics\x18\x01 \x03(\x0b\x32;.wandb_internal.GetSystemMetricsResponse.SystemMetricsEntry\x1aY\n\x12SystemMetricsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x32\n\x05value\x18\x02 \x01(\x0b\x32#.wandb_internal.SystemMetricsBuffer:\x02\x38\x01\"H\n\x18GetSystemMetadataRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"N\n\x19GetSystemMetadataResponse\x12\x31\n\x08metadata\x18\x01 \x01(\x0b\x32\x1f.wandb_internal.MetadataRequest\"=\n\rStatusRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\")\n\x0eStatusResponse\x12\x17\n\x0frun_should_stop\x18\x01 \x01(\x08\"A\n\x11StopStatusRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"-\n\x12StopStatusResponse\x12\x17\n\x0frun_should_stop\x18\x01 \x01(\x08\"D\n\x14NetworkStatusRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"P\n\x15NetworkStatusResponse\x12\x37\n\x11network_responses\x18\x01 \x03(\x0b\x32\x1c.wandb_internal.HttpResponse\"D\n\x0cHttpResponse\x12\x18\n\x10http_status_code\x18\x01 \x01(\x05\x12\x1a\n\x12http_response_text\x18\x02 \x01(\t\"G\n\x17InternalMessagesRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"N\n\x18InternalMessagesResponse\x12\x32\n\x08messages\x18\x01 \x01(\x0b\x32 .wandb_internal.InternalMessages\"#\n\x10InternalMessages\x12\x0f\n\x07warning\x18\x01 \x03(\t\"?\n\x0fPollExitRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\xf5\x01\n\x10PollExitResponse\x12\x0c\n\x04\x64one\x18\x01 \x01(\x08\x12\x32\n\x0b\x65xit_result\x18\x02 \x01(\x0b\x32\x1d.wandb_internal.RunExitResult\x12\x35\n\x0cpusher_stats\x18\x03 \x01(\x0b\x32\x1f.wandb_internal.FilePusherStats\x12/\n\x0b\x66ile_counts\x18\x04 \x01(\x0b\x32\x1a.wandb_internal.FileCounts\x12\x37\n\x0foperation_stats\x18\x05 \x01(\x0b\x32\x1e.wandb_internal.OperationStats\"Y\n\x0eOperationStats\x12-\n\noperations\x18\x01 \x03(\x0b\x32\x19.wandb_internal.Operation\x12\x18\n\x10total_operations\x18\x02 \x01(\x03\"\x87\x01\n\tOperation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12\x17\n\x0fruntime_seconds\x18\x02 \x01(\x01\x12\x10\n\x08progress\x18\x03 \x01(\t\x12\x14\n\x0c\x65rror_status\x18\x04 \x01(\t\x12+\n\x08subtasks\x18\x05 \x03(\x0b\x32\x19.wandb_internal.Operation\"\x13\n\x11SenderMarkRequest\"\x13\n\x11SyncFinishRequest\"E\n\x0cSyncResponse\x12\x0b\n\x03url\x18\x01 \x01(\t\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x19.wandb_internal.ErrorInfo\"?\n\x11SenderReadRequest\x12\x14\n\x0cstart_offset\x18\x01 \x01(\x03\x12\x14\n\x0c\x66inal_offset\x18\x02 \x01(\x03\"m\n\x13StatusReportRequest\x12\x12\n\nrecord_num\x18\x01 \x01(\x03\x12\x13\n\x0bsent_offset\x18\x02 \x01(\x03\x12-\n\tsync_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"F\n\x14SummaryRecordRequest\x12.\n\x07summary\x18\x01 \x01(\x0b\x32\x1d.wandb_internal.SummaryRecord\"L\n\x16TelemetryRecordRequest\x12\x32\n\ttelemetry\x18\x01 \x01(\x0b\x32\x1f.wandb_internal.TelemetryRecord\"A\n\x11ServerInfoRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"|\n\x12ServerInfoResponse\x12-\n\nlocal_info\x18\x01 \x01(\x0b\x32\x19.wandb_internal.LocalInfo\x12\x37\n\x0fserver_messages\x18\x02 \x01(\x0b\x32\x1e.wandb_internal.ServerMessages\"=\n\x0eServerMessages\x12+\n\x04item\x18\x01 \x03(\x0b\x32\x1d.wandb_internal.ServerMessage\"e\n\rServerMessage\x12\x12\n\nplain_text\x18\x01 \x01(\t\x12\x10\n\x08utf_text\x18\x02 \x01(\t\x12\x11\n\thtml_text\x18\x03 \x01(\t\x12\x0c\n\x04type\x18\x04 \x01(\t\x12\r\n\x05level\x18\x05 \x01(\x05\"c\n\nFileCounts\x12\x13\n\x0bwandb_count\x18\x01 \x01(\x05\x12\x13\n\x0bmedia_count\x18\x02 \x01(\x05\x12\x16\n\x0e\x61rtifact_count\x18\x03 \x01(\x05\x12\x13\n\x0bother_count\x18\x04 \x01(\x05\"U\n\x0f\x46ilePusherStats\x12\x16\n\x0euploaded_bytes\x18\x01 \x01(\x03\x12\x13\n\x0btotal_bytes\x18\x02 \x01(\x03\x12\x15\n\rdeduped_bytes\x18\x03 \x01(\x03\"\x1e\n\rFilesUploaded\x12\r\n\x05\x66iles\x18\x01 \x03(\t\"\xf4\x01\n\x17\x46ileTransferInfoRequest\x12\x42\n\x04type\x18\x01 \x01(\x0e\x32\x34.wandb_internal.FileTransferInfoRequest.TransferType\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x0b\n\x03url\x18\x03 \x01(\t\x12\x0c\n\x04size\x18\x04 \x01(\x03\x12\x11\n\tprocessed\x18\x05 \x01(\x03\x12/\n\x0b\x66ile_counts\x18\x06 \x01(\x0b\x32\x1a.wandb_internal.FileCounts\"(\n\x0cTransferType\x12\n\n\x06Upload\x10\x00\x12\x0c\n\x08\x44ownload\x10\x01\"1\n\tLocalInfo\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x13\n\x0bout_of_date\x18\x02 \x01(\x08\"?\n\x0fShutdownRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\x12\n\x10ShutdownResponse\"P\n\rAttachRequest\x12\x11\n\tattach_id\x18\x14 \x01(\t\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"b\n\x0e\x41ttachResponse\x12&\n\x03run\x18\x01 \x01(\x0b\x32\x19.wandb_internal.RunRecord\x12(\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x19.wandb_internal.ErrorInfo\"\xd5\x02\n\x11TestInjectRequest\x12\x13\n\x0bhandler_exc\x18\x01 \x01(\x08\x12\x14\n\x0chandler_exit\x18\x02 \x01(\x08\x12\x15\n\rhandler_abort\x18\x03 \x01(\x08\x12\x12\n\nsender_exc\x18\x04 \x01(\x08\x12\x13\n\x0bsender_exit\x18\x05 \x01(\x08\x12\x14\n\x0csender_abort\x18\x06 \x01(\x08\x12\x0f\n\x07req_exc\x18\x07 \x01(\x08\x12\x10\n\x08req_exit\x18\x08 \x01(\x08\x12\x11\n\treq_abort\x18\t \x01(\x08\x12\x10\n\x08resp_exc\x18\n \x01(\x08\x12\x11\n\tresp_exit\x18\x0b \x01(\x08\x12\x12\n\nresp_abort\x18\x0c \x01(\x08\x12\x10\n\x08msg_drop\x18\r \x01(\x08\x12\x10\n\x08msg_hang\x18\x0e \x01(\x08\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\x14\n\x12TestInjectResponse\"\x1e\n\rHistoryAction\x12\r\n\x05\x66lush\x18\x01 \x01(\x08\"\xca\x01\n\x15PartialHistoryRequest\x12)\n\x04item\x18\x01 \x03(\x0b\x32\x1b.wandb_internal.HistoryItem\x12)\n\x04step\x18\x02 \x01(\x0b\x32\x1b.wandb_internal.HistoryStep\x12-\n\x06\x61\x63tion\x18\x03 \x01(\x0b\x32\x1d.wandb_internal.HistoryAction\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\x18\n\x16PartialHistoryResponse\"E\n\x15SampledHistoryRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"_\n\x12SampledHistoryItem\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nnested_key\x18\x02 \x03(\t\x12\x14\n\x0cvalues_float\x18\x03 \x03(\x02\x12\x12\n\nvalues_int\x18\x04 \x03(\x03\"J\n\x16SampledHistoryResponse\x12\x30\n\x04item\x18\x01 \x03(\x0b\x32\".wandb_internal.SampledHistoryItem\"@\n\x10RunStatusRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"x\n\x11RunStatusResponse\x12\x18\n\x10sync_items_total\x18\x01 \x01(\x03\x12\x1a\n\x12sync_items_pending\x18\x02 \x01(\x03\x12-\n\tsync_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"g\n\x0fRunStartRequest\x12&\n\x03run\x18\x01 \x01(\x0b\x32\x19.wandb_internal.RunRecord\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\x12\n\x10RunStartResponse\"K\n\x1bRunFinishWithoutExitRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\x1e\n\x1cRunFinishWithoutExitResponse\"\\\n\x13\x43heckVersionRequest\x12\x17\n\x0f\x63urrent_version\x18\x01 \x01(\t\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"]\n\x14\x43heckVersionResponse\x12\x17\n\x0fupgrade_message\x18\x01 \x01(\t\x12\x14\n\x0cyank_message\x18\x02 \x01(\t\x12\x16\n\x0e\x64\x65lete_message\x18\x03 \x01(\t\">\n\x0eJobInfoRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"6\n\x0fJobInfoResponse\x12\x12\n\nsequenceId\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\"\x9f\x01\n\x12LogArtifactRequest\x12\x30\n\x08\x61rtifact\x18\x01 \x01(\x0b\x32\x1e.wandb_internal.ArtifactRecord\x12\x14\n\x0chistory_step\x18\x02 \x01(\x03\x12\x13\n\x0bstaging_dir\x18\x03 \x01(\t\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"A\n\x13LogArtifactResponse\x12\x13\n\x0b\x61rtifact_id\x18\x01 \x01(\t\x12\x15\n\rerror_message\x18\x02 \x01(\t\"\xbe\x01\n\x17\x44ownloadArtifactRequest\x12\x13\n\x0b\x61rtifact_id\x18\x01 \x01(\t\x12\x15\n\rdownload_root\x18\x02 \x01(\t\x12 \n\x18\x61llow_missing_references\x18\x04 \x01(\x08\x12\x12\n\nskip_cache\x18\x05 \x01(\x08\x12\x13\n\x0bpath_prefix\x18\x06 \x01(\t\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"1\n\x18\x44ownloadArtifactResponse\x12\x15\n\rerror_message\x18\x01 \x01(\t\"@\n\x10KeepaliveRequest\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\x13\n\x11KeepaliveResponse\"q\n\x0c\x41rtifactInfo\x12\x10\n\x08\x61rtifact\x18\x01 \x01(\t\x12\x12\n\nentrypoint\x18\x02 \x03(\t\x12\x10\n\x08notebook\x18\x03 \x01(\x08\x12\x15\n\rbuild_context\x18\x04 \x01(\t\x12\x12\n\ndockerfile\x18\x05 \x01(\t\")\n\x07GitInfo\x12\x0e\n\x06remote\x18\x01 \x01(\t\x12\x0e\n\x06\x63ommit\x18\x02 \x01(\t\"\x87\x01\n\tGitSource\x12)\n\x08git_info\x18\x01 \x01(\x0b\x32\x17.wandb_internal.GitInfo\x12\x12\n\nentrypoint\x18\x02 \x03(\t\x12\x10\n\x08notebook\x18\x03 \x01(\x08\x12\x15\n\rbuild_context\x18\x04 \x01(\t\x12\x12\n\ndockerfile\x18\x05 \x01(\t\"\x1c\n\x0bImageSource\x12\r\n\x05image\x18\x01 \x01(\t\"\x8c\x01\n\x06Source\x12&\n\x03git\x18\x01 \x01(\x0b\x32\x19.wandb_internal.GitSource\x12.\n\x08\x61rtifact\x18\x02 \x01(\x0b\x32\x1c.wandb_internal.ArtifactInfo\x12*\n\x05image\x18\x03 \x01(\x0b\x32\x1b.wandb_internal.ImageSource\"k\n\tJobSource\x12\x10\n\x08_version\x18\x01 \x01(\t\x12\x13\n\x0bsource_type\x18\x02 \x01(\t\x12&\n\x06source\x18\x03 \x01(\x0b\x32\x16.wandb_internal.Source\x12\x0f\n\x07runtime\x18\x04 \x01(\t\"V\n\x12PartialJobArtifact\x12\x10\n\x08job_name\x18\x01 \x01(\t\x12.\n\x0bsource_info\x18\x02 \x01(\x0b\x32\x19.wandb_internal.JobSource\"\x9d\x01\n\x11UseArtifactRecord\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x33\n\x07partial\x18\x04 \x01(\x0b\x32\".wandb_internal.PartialJobArtifact\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x13\n\x11UseArtifactResult\"R\n\rCancelRequest\x12\x13\n\x0b\x63\x61ncel_slot\x18\x01 \x01(\t\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"\x10\n\x0e\x43\x61ncelResponse\"\'\n\x08\x44iskInfo\x12\r\n\x05total\x18\x01 \x01(\x04\x12\x0c\n\x04used\x18\x02 \x01(\x04\"\x1b\n\nMemoryInfo\x12\r\n\x05total\x18\x01 \x01(\x04\"/\n\x07\x43puInfo\x12\r\n\x05\x63ount\x18\x01 \x01(\r\x12\x15\n\rcount_logical\x18\x02 \x01(\r\"\x9a\x01\n\tAppleInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\necpu_cores\x18\x02 \x01(\r\x12\x12\n\npcpu_cores\x18\x03 \x01(\r\x12\x11\n\tgpu_cores\x18\x04 \x01(\r\x12\x11\n\tmemory_gb\x18\x05 \x01(\r\x12\x18\n\x10swap_total_bytes\x18\x06 \x01(\x04\x12\x17\n\x0fram_total_bytes\x18\x07 \x01(\x04\"]\n\rGpuNvidiaInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cmemory_total\x18\x02 \x01(\x04\x12\x12\n\ncuda_cores\x18\x03 \x01(\r\x12\x14\n\x0c\x61rchitecture\x18\x04 \x01(\t\"\x89\x02\n\nGpuAmdInfo\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tunique_id\x18\x02 \x01(\t\x12\x15\n\rvbios_version\x18\x03 \x01(\t\x12\x19\n\x11performance_level\x18\x04 \x01(\t\x12\x15\n\rgpu_overdrive\x18\x05 \x01(\t\x12\x1c\n\x14gpu_memory_overdrive\x18\x06 \x01(\t\x12\x11\n\tmax_power\x18\x07 \x01(\t\x12\x0e\n\x06series\x18\x08 \x01(\t\x12\r\n\x05model\x18\t \x01(\t\x12\x0e\n\x06vendor\x18\n \x01(\t\x12\x0b\n\x03sku\x18\x0b \x01(\t\x12\x12\n\nsclk_range\x18\x0c \x01(\t\x12\x12\n\nmclk_range\x18\r \x01(\t\"n\n\x0cTrainiumInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06vendor\x18\x02 \x01(\t\x12\x1b\n\x13neuron_device_count\x18\x03 \x01(\r\x12#\n\x1bneuroncore_per_device_count\x18\x04 \x01(\r\"Q\n\x07TPUInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07hbm_gib\x18\x02 \x01(\r\x12\x18\n\x10\x64\x65vices_per_chip\x18\x03 \x01(\r\x12\r\n\x05\x63ount\x18\x04 \x01(\r\"\xcc\t\n\x0fMetadataRequest\x12\n\n\x02os\x18\x01 \x01(\t\x12\x0e\n\x06python\x18\x02 \x01(\t\x12=\n\x0cheartbeat_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bheartbeatAt\x12\x39\n\nstarted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12\x0e\n\x06\x64ocker\x18\x05 \x01(\t\x12\x0c\n\x04\x63uda\x18\x06 \x01(\t\x12\x0c\n\x04\x61rgs\x18\x07 \x03(\t\x12\r\n\x05state\x18\x08 \x01(\t\x12\x0f\n\x07program\x18\t \x01(\t\x12\x1b\n\tcode_path\x18\n \x01(\tR\x08\x63odePath\x12*\n\x03git\x18\x0b \x01(\x0b\x32\x1d.wandb_internal.GitRepoRecord\x12\r\n\x05\x65mail\x18\x0c \x01(\t\x12\x0c\n\x04root\x18\r \x01(\t\x12\x0c\n\x04host\x18\x0e \x01(\t\x12\x10\n\x08username\x18\x0f \x01(\t\x12\x12\n\nexecutable\x18\x10 \x01(\t\x12&\n\x0f\x63ode_path_local\x18\x11 \x01(\tR\rcodePathLocal\x12\r\n\x05\x63olab\x18\x12 \x01(\t\x12\x1c\n\tcpu_count\x18\x13 \x01(\rR\tcpu_count\x12,\n\x11\x63pu_count_logical\x18\x14 \x01(\rR\x11\x63pu_count_logical\x12\x15\n\x08gpu_type\x18\x15 \x01(\tR\x03gpu\x12\x1c\n\tgpu_count\x18\x16 \x01(\rR\tgpu_count\x12\x37\n\x04\x64isk\x18\x17 \x03(\x0b\x32).wandb_internal.MetadataRequest.DiskEntry\x12*\n\x06memory\x18\x18 \x01(\x0b\x32\x1a.wandb_internal.MemoryInfo\x12$\n\x03\x63pu\x18\x19 \x01(\x0b\x32\x17.wandb_internal.CpuInfo\x12(\n\x05\x61pple\x18\x1a \x01(\x0b\x32\x19.wandb_internal.AppleInfo\x12=\n\ngpu_nvidia\x18\x1b \x03(\x0b\x32\x1d.wandb_internal.GpuNvidiaInfoR\ngpu_nvidia\x12\x34\n\x07gpu_amd\x18\x1c \x03(\x0b\x32\x1a.wandb_internal.GpuAmdInfoR\x07gpu_amd\x12\x39\n\x05slurm\x18\x1d \x03(\x0b\x32*.wandb_internal.MetadataRequest.SlurmEntry\x12\x14\n\x0c\x63uda_version\x18\x1e \x01(\t\x12.\n\x08trainium\x18\x1f \x01(\x0b\x32\x1c.wandb_internal.TrainiumInfo\x12$\n\x03tpu\x18 \x01(\x0b\x32\x17.wandb_internal.TPUInfo\x12,\n\x0e_user_modified\x18\xc8\x01 \x01(\x08H\x00R\x0e_user_modified\x88\x01\x01\x1a\x45\n\tDiskEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\'\n\x05value\x18\x02 \x01(\x0b\x32\x18.wandb_internal.DiskInfo:\x02\x38\x01\x1a,\n\nSlurmEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x11\n\x0fX_user_modified\"\x8d\x01\n\x15PythonPackagesRequest\x12\x44\n\x07package\x18\x01 \x03(\x0b\x32\x33.wandb_internal.PythonPackagesRequest.PythonPackage\x1a.\n\rPythonPackage\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\"\x1c\n\x0cJobInputPath\x12\x0c\n\x04path\x18\x01 \x03(\t\"\xd6\x01\n\x0eJobInputSource\x12\x44\n\nrun_config\x18\x01 \x01(\x0b\x32..wandb_internal.JobInputSource.RunConfigSourceH\x00\x12?\n\x04\x66ile\x18\x02 \x01(\x0b\x32/.wandb_internal.JobInputSource.ConfigFileSourceH\x00\x1a\x11\n\x0fRunConfigSource\x1a \n\x10\x43onfigFileSource\x12\x0c\n\x04path\x18\x01 \x01(\tB\x08\n\x06source\"\xc7\x01\n\x0fJobInputRequest\x12\x34\n\x0cinput_source\x18\x01 \x01(\x0b\x32\x1e.wandb_internal.JobInputSource\x12\x33\n\rinclude_paths\x18\x02 \x03(\x0b\x32\x1c.wandb_internal.JobInputPath\x12\x33\n\rexclude_paths\x18\x03 \x03(\x0b\x32\x1c.wandb_internal.JobInputPath\x12\x14\n\x0cinput_schema\x18\x04 \x01(\t\"t\n\x14ServerFeatureRequest\x12.\n\x07\x66\x65\x61ture\x18\x01 \x01(\x0e\x32\x1d.wandb_internal.ServerFeature\x12,\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1c.wandb_internal._RequestInfo\"K\n\x15ServerFeatureResponse\x12\x32\n\x07\x66\x65\x61ture\x18\x01 \x01(\x0b\x32!.wandb_internal.ServerFeatureItem\"2\n\x11ServerFeatureItem\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08*G\n\rServerFeature\x12\x13\n\x0fLARGE_FILENAMES\x10\x00\x12\x11\n\rARTIFACT_TAGS\x10\x01\x12\x0e\n\nCLIENT_IDS\x10\x02\x42\x1bZ\x19\x63ore/pkg/service_go_protob\x06proto3')
|
| 21 |
+
|
| 22 |
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
| 23 |
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'wandb.proto.wandb_internal_pb2', globals())
|
| 24 |
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
| 25 |
+
|
| 26 |
+
DESCRIPTOR._options = None
|
| 27 |
+
DESCRIPTOR._serialized_options = b'Z\031core/pkg/service_go_proto'
|
| 28 |
+
_GETSYSTEMMETRICSRESPONSE_SYSTEMMETRICSENTRY._options = None
|
| 29 |
+
_GETSYSTEMMETRICSRESPONSE_SYSTEMMETRICSENTRY._serialized_options = b'8\001'
|
| 30 |
+
_METADATAREQUEST_DISKENTRY._options = None
|
| 31 |
+
_METADATAREQUEST_DISKENTRY._serialized_options = b'8\001'
|
| 32 |
+
_METADATAREQUEST_SLURMENTRY._options = None
|
| 33 |
+
_METADATAREQUEST_SLURMENTRY._serialized_options = b'8\001'
|
| 34 |
+
_SERVERFEATURE._serialized_start=21995
|
| 35 |
+
_SERVERFEATURE._serialized_end=22066
|
| 36 |
+
_RECORD._serialized_start=180
|
| 37 |
+
_RECORD._serialized_end=1353
|
| 38 |
+
_CONTROL._serialized_start=1356
|
| 39 |
+
_CONTROL._serialized_end=1524
|
| 40 |
+
_RESULT._serialized_start=1527
|
| 41 |
+
_RESULT._serialized_end=2026
|
| 42 |
+
_FINALRECORD._serialized_start=2028
|
| 43 |
+
_FINALRECORD._serialized_end=2086
|
| 44 |
+
_VERSIONINFO._serialized_start=2088
|
| 45 |
+
_VERSIONINFO._serialized_end=2186
|
| 46 |
+
_HEADERRECORD._serialized_start=2188
|
| 47 |
+
_HEADERRECORD._serialized_end=2298
|
| 48 |
+
_FOOTERRECORD._serialized_start=2300
|
| 49 |
+
_FOOTERRECORD._serialized_end=2359
|
| 50 |
+
_RUNRECORD._serialized_start=2362
|
| 51 |
+
_RUNRECORD._serialized_end=2968
|
| 52 |
+
_GITREPORECORD._serialized_start=2970
|
| 53 |
+
_GITREPORECORD._serialized_end=3029
|
| 54 |
+
_RUNUPDATERESULT._serialized_start=3031
|
| 55 |
+
_RUNUPDATERESULT._serialized_end=3130
|
| 56 |
+
_ERRORINFO._serialized_start=3133
|
| 57 |
+
_ERRORINFO._serialized_end=3305
|
| 58 |
+
_ERRORINFO_ERRORCODE._serialized_start=3214
|
| 59 |
+
_ERRORINFO_ERRORCODE._serialized_end=3305
|
| 60 |
+
_RUNEXITRECORD._serialized_start=3307
|
| 61 |
+
_RUNEXITRECORD._serialized_end=3403
|
| 62 |
+
_RUNEXITRESULT._serialized_start=3405
|
| 63 |
+
_RUNEXITRESULT._serialized_end=3420
|
| 64 |
+
_RUNPREEMPTINGRECORD._serialized_start=3422
|
| 65 |
+
_RUNPREEMPTINGRECORD._serialized_end=3488
|
| 66 |
+
_RUNPREEMPTINGRESULT._serialized_start=3490
|
| 67 |
+
_RUNPREEMPTINGRESULT._serialized_end=3511
|
| 68 |
+
_SETTINGSRECORD._serialized_start=3513
|
| 69 |
+
_SETTINGSRECORD._serialized_end=3618
|
| 70 |
+
_SETTINGSITEM._serialized_start=3620
|
| 71 |
+
_SETTINGSITEM._serialized_end=3667
|
| 72 |
+
_HISTORYSTEP._serialized_start=3669
|
| 73 |
+
_HISTORYSTEP._serialized_end=3695
|
| 74 |
+
_HISTORYRECORD._serialized_start=3698
|
| 75 |
+
_HISTORYRECORD._serialized_end=3844
|
| 76 |
+
_HISTORYITEM._serialized_start=3846
|
| 77 |
+
_HISTORYITEM._serialized_end=3912
|
| 78 |
+
_HISTORYRESULT._serialized_start=3914
|
| 79 |
+
_HISTORYRESULT._serialized_end=3929
|
| 80 |
+
_OUTPUTRECORD._serialized_start=3932
|
| 81 |
+
_OUTPUTRECORD._serialized_end=4152
|
| 82 |
+
_OUTPUTRECORD_OUTPUTTYPE._serialized_start=4116
|
| 83 |
+
_OUTPUTRECORD_OUTPUTTYPE._serialized_end=4152
|
| 84 |
+
_OUTPUTRESULT._serialized_start=4154
|
| 85 |
+
_OUTPUTRESULT._serialized_end=4168
|
| 86 |
+
_OUTPUTRAWRECORD._serialized_start=4171
|
| 87 |
+
_OUTPUTRAWRECORD._serialized_end=4397
|
| 88 |
+
_OUTPUTRAWRECORD_OUTPUTTYPE._serialized_start=4116
|
| 89 |
+
_OUTPUTRAWRECORD_OUTPUTTYPE._serialized_end=4152
|
| 90 |
+
_OUTPUTRAWRESULT._serialized_start=4399
|
| 91 |
+
_OUTPUTRAWRESULT._serialized_end=4416
|
| 92 |
+
_METRICRECORD._serialized_start=4419
|
| 93 |
+
_METRICRECORD._serialized_end=4827
|
| 94 |
+
_METRICRECORD_METRICGOAL._serialized_start=4761
|
| 95 |
+
_METRICRECORD_METRICGOAL._serialized_end=4827
|
| 96 |
+
_METRICRESULT._serialized_start=4829
|
| 97 |
+
_METRICRESULT._serialized_end=4843
|
| 98 |
+
_METRICOPTIONS._serialized_start=4845
|
| 99 |
+
_METRICOPTIONS._serialized_end=4912
|
| 100 |
+
_METRICCONTROL._serialized_start=4914
|
| 101 |
+
_METRICCONTROL._serialized_end=4948
|
| 102 |
+
_METRICSUMMARY._serialized_start=4950
|
| 103 |
+
_METRICSUMMARY._serialized_end=5061
|
| 104 |
+
_CONFIGRECORD._serialized_start=5064
|
| 105 |
+
_CONFIGRECORD._serialized_end=5211
|
| 106 |
+
_CONFIGITEM._serialized_start=5213
|
| 107 |
+
_CONFIGITEM._serialized_end=5278
|
| 108 |
+
_CONFIGRESULT._serialized_start=5280
|
| 109 |
+
_CONFIGRESULT._serialized_end=5294
|
| 110 |
+
_SUMMARYRECORD._serialized_start=5297
|
| 111 |
+
_SUMMARYRECORD._serialized_end=5447
|
| 112 |
+
_SUMMARYITEM._serialized_start=5449
|
| 113 |
+
_SUMMARYITEM._serialized_end=5515
|
| 114 |
+
_SUMMARYRESULT._serialized_start=5517
|
| 115 |
+
_SUMMARYRESULT._serialized_end=5532
|
| 116 |
+
_FILESRECORD._serialized_start=5534
|
| 117 |
+
_FILESRECORD._serialized_end=5634
|
| 118 |
+
_FILESITEM._serialized_start=5637
|
| 119 |
+
_FILESITEM._serialized_end=5873
|
| 120 |
+
_FILESITEM_POLICYTYPE._serialized_start=5768
|
| 121 |
+
_FILESITEM_POLICYTYPE._serialized_end=5808
|
| 122 |
+
_FILESITEM_FILETYPE._serialized_start=5810
|
| 123 |
+
_FILESITEM_FILETYPE._serialized_end=5867
|
| 124 |
+
_FILESRESULT._serialized_start=5875
|
| 125 |
+
_FILESRESULT._serialized_end=5888
|
| 126 |
+
_STATSRECORD._serialized_start=5891
|
| 127 |
+
_STATSRECORD._serialized_end=6121
|
| 128 |
+
_STATSRECORD_STATSTYPE._serialized_start=6098
|
| 129 |
+
_STATSRECORD_STATSTYPE._serialized_end=6121
|
| 130 |
+
_STATSITEM._serialized_start=6123
|
| 131 |
+
_STATSITEM._serialized_end=6167
|
| 132 |
+
_ARTIFACTRECORD._serialized_start=6170
|
| 133 |
+
_ARTIFACTRECORD._serialized_end=6657
|
| 134 |
+
_ARTIFACTMANIFEST._serialized_start=6660
|
| 135 |
+
_ARTIFACTMANIFEST._serialized_end=6876
|
| 136 |
+
_ARTIFACTMANIFESTENTRY._serialized_start=6879
|
| 137 |
+
_ARTIFACTMANIFESTENTRY._serialized_end=7086
|
| 138 |
+
_EXTRAITEM._serialized_start=7088
|
| 139 |
+
_EXTRAITEM._serialized_end=7132
|
| 140 |
+
_STORAGEPOLICYCONFIGITEM._serialized_start=7134
|
| 141 |
+
_STORAGEPOLICYCONFIGITEM._serialized_end=7192
|
| 142 |
+
_ARTIFACTRESULT._serialized_start=7194
|
| 143 |
+
_ARTIFACTRESULT._serialized_end=7210
|
| 144 |
+
_LINKARTIFACTRESULT._serialized_start=7212
|
| 145 |
+
_LINKARTIFACTRESULT._serialized_end=7232
|
| 146 |
+
_LINKARTIFACTREQUEST._serialized_start=7235
|
| 147 |
+
_LINKARTIFACTREQUEST._serialized_end=7475
|
| 148 |
+
_LINKARTIFACTRESPONSE._serialized_start=7477
|
| 149 |
+
_LINKARTIFACTRESPONSE._serialized_end=7522
|
| 150 |
+
_TBRECORD._serialized_start=7524
|
| 151 |
+
_TBRECORD._serialized_end=7628
|
| 152 |
+
_TBRESULT._serialized_start=7630
|
| 153 |
+
_TBRESULT._serialized_end=7640
|
| 154 |
+
_ALERTRECORD._serialized_start=7642
|
| 155 |
+
_ALERTRECORD._serialized_end=7767
|
| 156 |
+
_ALERTRESULT._serialized_start=7769
|
| 157 |
+
_ALERTRESULT._serialized_end=7782
|
| 158 |
+
_REQUEST._serialized_start=7785
|
| 159 |
+
_REQUEST._serialized_end=10065
|
| 160 |
+
_RESPONSE._serialized_start=10068
|
| 161 |
+
_RESPONSE._serialized_end=11893
|
| 162 |
+
_DEFERREQUEST._serialized_start=11896
|
| 163 |
+
_DEFERREQUEST._serialized_end=12216
|
| 164 |
+
_DEFERREQUEST_DEFERSTATE._serialized_start=11969
|
| 165 |
+
_DEFERREQUEST_DEFERSTATE._serialized_end=12216
|
| 166 |
+
_PAUSEREQUEST._serialized_start=12218
|
| 167 |
+
_PAUSEREQUEST._serialized_end=12278
|
| 168 |
+
_PAUSERESPONSE._serialized_start=12280
|
| 169 |
+
_PAUSERESPONSE._serialized_end=12295
|
| 170 |
+
_RESUMEREQUEST._serialized_start=12297
|
| 171 |
+
_RESUMEREQUEST._serialized_end=12358
|
| 172 |
+
_RESUMERESPONSE._serialized_start=12360
|
| 173 |
+
_RESUMERESPONSE._serialized_end=12376
|
| 174 |
+
_LOGINREQUEST._serialized_start=12378
|
| 175 |
+
_LOGINREQUEST._serialized_end=12455
|
| 176 |
+
_LOGINRESPONSE._serialized_start=12457
|
| 177 |
+
_LOGINRESPONSE._serialized_end=12495
|
| 178 |
+
_GETSUMMARYREQUEST._serialized_start=12497
|
| 179 |
+
_GETSUMMARYREQUEST._serialized_end=12562
|
| 180 |
+
_GETSUMMARYRESPONSE._serialized_start=12564
|
| 181 |
+
_GETSUMMARYRESPONSE._serialized_end=12627
|
| 182 |
+
_GETSYSTEMMETRICSREQUEST._serialized_start=12629
|
| 183 |
+
_GETSYSTEMMETRICSREQUEST._serialized_end=12700
|
| 184 |
+
_SYSTEMMETRICSAMPLE._serialized_start=12702
|
| 185 |
+
_SYSTEMMETRICSAMPLE._serialized_end=12784
|
| 186 |
+
_SYSTEMMETRICSBUFFER._serialized_start=12786
|
| 187 |
+
_SYSTEMMETRICSBUFFER._serialized_end=12859
|
| 188 |
+
_GETSYSTEMMETRICSRESPONSE._serialized_start=12862
|
| 189 |
+
_GETSYSTEMMETRICSRESPONSE._serialized_end=13064
|
| 190 |
+
_GETSYSTEMMETRICSRESPONSE_SYSTEMMETRICSENTRY._serialized_start=12975
|
| 191 |
+
_GETSYSTEMMETRICSRESPONSE_SYSTEMMETRICSENTRY._serialized_end=13064
|
| 192 |
+
_GETSYSTEMMETADATAREQUEST._serialized_start=13066
|
| 193 |
+
_GETSYSTEMMETADATAREQUEST._serialized_end=13138
|
| 194 |
+
_GETSYSTEMMETADATARESPONSE._serialized_start=13140
|
| 195 |
+
_GETSYSTEMMETADATARESPONSE._serialized_end=13218
|
| 196 |
+
_STATUSREQUEST._serialized_start=13220
|
| 197 |
+
_STATUSREQUEST._serialized_end=13281
|
| 198 |
+
_STATUSRESPONSE._serialized_start=13283
|
| 199 |
+
_STATUSRESPONSE._serialized_end=13324
|
| 200 |
+
_STOPSTATUSREQUEST._serialized_start=13326
|
| 201 |
+
_STOPSTATUSREQUEST._serialized_end=13391
|
| 202 |
+
_STOPSTATUSRESPONSE._serialized_start=13393
|
| 203 |
+
_STOPSTATUSRESPONSE._serialized_end=13438
|
| 204 |
+
_NETWORKSTATUSREQUEST._serialized_start=13440
|
| 205 |
+
_NETWORKSTATUSREQUEST._serialized_end=13508
|
| 206 |
+
_NETWORKSTATUSRESPONSE._serialized_start=13510
|
| 207 |
+
_NETWORKSTATUSRESPONSE._serialized_end=13590
|
| 208 |
+
_HTTPRESPONSE._serialized_start=13592
|
| 209 |
+
_HTTPRESPONSE._serialized_end=13660
|
| 210 |
+
_INTERNALMESSAGESREQUEST._serialized_start=13662
|
| 211 |
+
_INTERNALMESSAGESREQUEST._serialized_end=13733
|
| 212 |
+
_INTERNALMESSAGESRESPONSE._serialized_start=13735
|
| 213 |
+
_INTERNALMESSAGESRESPONSE._serialized_end=13813
|
| 214 |
+
_INTERNALMESSAGES._serialized_start=13815
|
| 215 |
+
_INTERNALMESSAGES._serialized_end=13850
|
| 216 |
+
_POLLEXITREQUEST._serialized_start=13852
|
| 217 |
+
_POLLEXITREQUEST._serialized_end=13915
|
| 218 |
+
_POLLEXITRESPONSE._serialized_start=13918
|
| 219 |
+
_POLLEXITRESPONSE._serialized_end=14163
|
| 220 |
+
_OPERATIONSTATS._serialized_start=14165
|
| 221 |
+
_OPERATIONSTATS._serialized_end=14254
|
| 222 |
+
_OPERATION._serialized_start=14257
|
| 223 |
+
_OPERATION._serialized_end=14392
|
| 224 |
+
_SENDERMARKREQUEST._serialized_start=14394
|
| 225 |
+
_SENDERMARKREQUEST._serialized_end=14413
|
| 226 |
+
_SYNCFINISHREQUEST._serialized_start=14415
|
| 227 |
+
_SYNCFINISHREQUEST._serialized_end=14434
|
| 228 |
+
_SYNCRESPONSE._serialized_start=14436
|
| 229 |
+
_SYNCRESPONSE._serialized_end=14505
|
| 230 |
+
_SENDERREADREQUEST._serialized_start=14507
|
| 231 |
+
_SENDERREADREQUEST._serialized_end=14570
|
| 232 |
+
_STATUSREPORTREQUEST._serialized_start=14572
|
| 233 |
+
_STATUSREPORTREQUEST._serialized_end=14681
|
| 234 |
+
_SUMMARYRECORDREQUEST._serialized_start=14683
|
| 235 |
+
_SUMMARYRECORDREQUEST._serialized_end=14753
|
| 236 |
+
_TELEMETRYRECORDREQUEST._serialized_start=14755
|
| 237 |
+
_TELEMETRYRECORDREQUEST._serialized_end=14831
|
| 238 |
+
_SERVERINFOREQUEST._serialized_start=14833
|
| 239 |
+
_SERVERINFOREQUEST._serialized_end=14898
|
| 240 |
+
_SERVERINFORESPONSE._serialized_start=14900
|
| 241 |
+
_SERVERINFORESPONSE._serialized_end=15024
|
| 242 |
+
_SERVERMESSAGES._serialized_start=15026
|
| 243 |
+
_SERVERMESSAGES._serialized_end=15087
|
| 244 |
+
_SERVERMESSAGE._serialized_start=15089
|
| 245 |
+
_SERVERMESSAGE._serialized_end=15190
|
| 246 |
+
_FILECOUNTS._serialized_start=15192
|
| 247 |
+
_FILECOUNTS._serialized_end=15291
|
| 248 |
+
_FILEPUSHERSTATS._serialized_start=15293
|
| 249 |
+
_FILEPUSHERSTATS._serialized_end=15378
|
| 250 |
+
_FILESUPLOADED._serialized_start=15380
|
| 251 |
+
_FILESUPLOADED._serialized_end=15410
|
| 252 |
+
_FILETRANSFERINFOREQUEST._serialized_start=15413
|
| 253 |
+
_FILETRANSFERINFOREQUEST._serialized_end=15657
|
| 254 |
+
_FILETRANSFERINFOREQUEST_TRANSFERTYPE._serialized_start=15617
|
| 255 |
+
_FILETRANSFERINFOREQUEST_TRANSFERTYPE._serialized_end=15657
|
| 256 |
+
_LOCALINFO._serialized_start=15659
|
| 257 |
+
_LOCALINFO._serialized_end=15708
|
| 258 |
+
_SHUTDOWNREQUEST._serialized_start=15710
|
| 259 |
+
_SHUTDOWNREQUEST._serialized_end=15773
|
| 260 |
+
_SHUTDOWNRESPONSE._serialized_start=15775
|
| 261 |
+
_SHUTDOWNRESPONSE._serialized_end=15793
|
| 262 |
+
_ATTACHREQUEST._serialized_start=15795
|
| 263 |
+
_ATTACHREQUEST._serialized_end=15875
|
| 264 |
+
_ATTACHRESPONSE._serialized_start=15877
|
| 265 |
+
_ATTACHRESPONSE._serialized_end=15975
|
| 266 |
+
_TESTINJECTREQUEST._serialized_start=15978
|
| 267 |
+
_TESTINJECTREQUEST._serialized_end=16319
|
| 268 |
+
_TESTINJECTRESPONSE._serialized_start=16321
|
| 269 |
+
_TESTINJECTRESPONSE._serialized_end=16341
|
| 270 |
+
_HISTORYACTION._serialized_start=16343
|
| 271 |
+
_HISTORYACTION._serialized_end=16373
|
| 272 |
+
_PARTIALHISTORYREQUEST._serialized_start=16376
|
| 273 |
+
_PARTIALHISTORYREQUEST._serialized_end=16578
|
| 274 |
+
_PARTIALHISTORYRESPONSE._serialized_start=16580
|
| 275 |
+
_PARTIALHISTORYRESPONSE._serialized_end=16604
|
| 276 |
+
_SAMPLEDHISTORYREQUEST._serialized_start=16606
|
| 277 |
+
_SAMPLEDHISTORYREQUEST._serialized_end=16675
|
| 278 |
+
_SAMPLEDHISTORYITEM._serialized_start=16677
|
| 279 |
+
_SAMPLEDHISTORYITEM._serialized_end=16772
|
| 280 |
+
_SAMPLEDHISTORYRESPONSE._serialized_start=16774
|
| 281 |
+
_SAMPLEDHISTORYRESPONSE._serialized_end=16848
|
| 282 |
+
_RUNSTATUSREQUEST._serialized_start=16850
|
| 283 |
+
_RUNSTATUSREQUEST._serialized_end=16914
|
| 284 |
+
_RUNSTATUSRESPONSE._serialized_start=16916
|
| 285 |
+
_RUNSTATUSRESPONSE._serialized_end=17036
|
| 286 |
+
_RUNSTARTREQUEST._serialized_start=17038
|
| 287 |
+
_RUNSTARTREQUEST._serialized_end=17141
|
| 288 |
+
_RUNSTARTRESPONSE._serialized_start=17143
|
| 289 |
+
_RUNSTARTRESPONSE._serialized_end=17161
|
| 290 |
+
_RUNFINISHWITHOUTEXITREQUEST._serialized_start=17163
|
| 291 |
+
_RUNFINISHWITHOUTEXITREQUEST._serialized_end=17238
|
| 292 |
+
_RUNFINISHWITHOUTEXITRESPONSE._serialized_start=17240
|
| 293 |
+
_RUNFINISHWITHOUTEXITRESPONSE._serialized_end=17270
|
| 294 |
+
_CHECKVERSIONREQUEST._serialized_start=17272
|
| 295 |
+
_CHECKVERSIONREQUEST._serialized_end=17364
|
| 296 |
+
_CHECKVERSIONRESPONSE._serialized_start=17366
|
| 297 |
+
_CHECKVERSIONRESPONSE._serialized_end=17459
|
| 298 |
+
_JOBINFOREQUEST._serialized_start=17461
|
| 299 |
+
_JOBINFOREQUEST._serialized_end=17523
|
| 300 |
+
_JOBINFORESPONSE._serialized_start=17525
|
| 301 |
+
_JOBINFORESPONSE._serialized_end=17579
|
| 302 |
+
_LOGARTIFACTREQUEST._serialized_start=17582
|
| 303 |
+
_LOGARTIFACTREQUEST._serialized_end=17741
|
| 304 |
+
_LOGARTIFACTRESPONSE._serialized_start=17743
|
| 305 |
+
_LOGARTIFACTRESPONSE._serialized_end=17808
|
| 306 |
+
_DOWNLOADARTIFACTREQUEST._serialized_start=17811
|
| 307 |
+
_DOWNLOADARTIFACTREQUEST._serialized_end=18001
|
| 308 |
+
_DOWNLOADARTIFACTRESPONSE._serialized_start=18003
|
| 309 |
+
_DOWNLOADARTIFACTRESPONSE._serialized_end=18052
|
| 310 |
+
_KEEPALIVEREQUEST._serialized_start=18054
|
| 311 |
+
_KEEPALIVEREQUEST._serialized_end=18118
|
| 312 |
+
_KEEPALIVERESPONSE._serialized_start=18120
|
| 313 |
+
_KEEPALIVERESPONSE._serialized_end=18139
|
| 314 |
+
_ARTIFACTINFO._serialized_start=18141
|
| 315 |
+
_ARTIFACTINFO._serialized_end=18254
|
| 316 |
+
_GITINFO._serialized_start=18256
|
| 317 |
+
_GITINFO._serialized_end=18297
|
| 318 |
+
_GITSOURCE._serialized_start=18300
|
| 319 |
+
_GITSOURCE._serialized_end=18435
|
| 320 |
+
_IMAGESOURCE._serialized_start=18437
|
| 321 |
+
_IMAGESOURCE._serialized_end=18465
|
| 322 |
+
_SOURCE._serialized_start=18468
|
| 323 |
+
_SOURCE._serialized_end=18608
|
| 324 |
+
_JOBSOURCE._serialized_start=18610
|
| 325 |
+
_JOBSOURCE._serialized_end=18717
|
| 326 |
+
_PARTIALJOBARTIFACT._serialized_start=18719
|
| 327 |
+
_PARTIALJOBARTIFACT._serialized_end=18805
|
| 328 |
+
_USEARTIFACTRECORD._serialized_start=18808
|
| 329 |
+
_USEARTIFACTRECORD._serialized_end=18965
|
| 330 |
+
_USEARTIFACTRESULT._serialized_start=18967
|
| 331 |
+
_USEARTIFACTRESULT._serialized_end=18986
|
| 332 |
+
_CANCELREQUEST._serialized_start=18988
|
| 333 |
+
_CANCELREQUEST._serialized_end=19070
|
| 334 |
+
_CANCELRESPONSE._serialized_start=19072
|
| 335 |
+
_CANCELRESPONSE._serialized_end=19088
|
| 336 |
+
_DISKINFO._serialized_start=19090
|
| 337 |
+
_DISKINFO._serialized_end=19129
|
| 338 |
+
_MEMORYINFO._serialized_start=19131
|
| 339 |
+
_MEMORYINFO._serialized_end=19158
|
| 340 |
+
_CPUINFO._serialized_start=19160
|
| 341 |
+
_CPUINFO._serialized_end=19207
|
| 342 |
+
_APPLEINFO._serialized_start=19210
|
| 343 |
+
_APPLEINFO._serialized_end=19364
|
| 344 |
+
_GPUNVIDIAINFO._serialized_start=19366
|
| 345 |
+
_GPUNVIDIAINFO._serialized_end=19459
|
| 346 |
+
_GPUAMDINFO._serialized_start=19462
|
| 347 |
+
_GPUAMDINFO._serialized_end=19727
|
| 348 |
+
_TRAINIUMINFO._serialized_start=19729
|
| 349 |
+
_TRAINIUMINFO._serialized_end=19839
|
| 350 |
+
_TPUINFO._serialized_start=19841
|
| 351 |
+
_TPUINFO._serialized_end=19922
|
| 352 |
+
_METADATAREQUEST._serialized_start=19925
|
| 353 |
+
_METADATAREQUEST._serialized_end=21153
|
| 354 |
+
_METADATAREQUEST_DISKENTRY._serialized_start=21019
|
| 355 |
+
_METADATAREQUEST_DISKENTRY._serialized_end=21088
|
| 356 |
+
_METADATAREQUEST_SLURMENTRY._serialized_start=21090
|
| 357 |
+
_METADATAREQUEST_SLURMENTRY._serialized_end=21134
|
| 358 |
+
_PYTHONPACKAGESREQUEST._serialized_start=21156
|
| 359 |
+
_PYTHONPACKAGESREQUEST._serialized_end=21297
|
| 360 |
+
_PYTHONPACKAGESREQUEST_PYTHONPACKAGE._serialized_start=21251
|
| 361 |
+
_PYTHONPACKAGESREQUEST_PYTHONPACKAGE._serialized_end=21297
|
| 362 |
+
_JOBINPUTPATH._serialized_start=21299
|
| 363 |
+
_JOBINPUTPATH._serialized_end=21327
|
| 364 |
+
_JOBINPUTSOURCE._serialized_start=21330
|
| 365 |
+
_JOBINPUTSOURCE._serialized_end=21544
|
| 366 |
+
_JOBINPUTSOURCE_RUNCONFIGSOURCE._serialized_start=21483
|
| 367 |
+
_JOBINPUTSOURCE_RUNCONFIGSOURCE._serialized_end=21500
|
| 368 |
+
_JOBINPUTSOURCE_CONFIGFILESOURCE._serialized_start=21502
|
| 369 |
+
_JOBINPUTSOURCE_CONFIGFILESOURCE._serialized_end=21534
|
| 370 |
+
_JOBINPUTREQUEST._serialized_start=21547
|
| 371 |
+
_JOBINPUTREQUEST._serialized_end=21746
|
| 372 |
+
_SERVERFEATUREREQUEST._serialized_start=21748
|
| 373 |
+
_SERVERFEATUREREQUEST._serialized_end=21864
|
| 374 |
+
_SERVERFEATURERESPONSE._serialized_start=21866
|
| 375 |
+
_SERVERFEATURERESPONSE._serialized_end=21941
|
| 376 |
+
_SERVERFEATUREITEM._serialized_start=21943
|
| 377 |
+
_SERVERFEATUREITEM._serialized_end=21993
|
| 378 |
+
# @@protoc_insertion_point(module_scope)
|
vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_server_pb2.py
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| 3 |
+
# source: wandb/proto/wandb_server.proto
|
| 4 |
+
"""Generated protocol buffer code."""
|
| 5 |
+
from google.protobuf.internal import builder as _builder
|
| 6 |
+
from google.protobuf import descriptor as _descriptor
|
| 7 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
| 8 |
+
from google.protobuf import symbol_database as _symbol_database
|
| 9 |
+
# @@protoc_insertion_point(imports)
|
| 10 |
+
|
| 11 |
+
_sym_db = _symbol_database.Default()
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
from wandb.proto import wandb_base_pb2 as wandb_dot_proto_dot_wandb__base__pb2
|
| 15 |
+
from wandb.proto import wandb_internal_pb2 as wandb_dot_proto_dot_wandb__internal__pb2
|
| 16 |
+
from wandb.proto import wandb_settings_pb2 as wandb_dot_proto_dot_wandb__settings__pb2
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1ewandb/proto/wandb_server.proto\x12\x0ewandb_internal\x1a\x1cwandb/proto/wandb_base.proto\x1a wandb/proto/wandb_internal.proto\x1a wandb/proto/wandb_settings.proto\"k\n\x19ServerAuthenticateRequest\x12\x0f\n\x07\x61pi_key\x18\x01 \x01(\t\x12\x10\n\x08\x62\x61se_url\x18\x02 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"w\n\x1aServerAuthenticateResponse\x12\x16\n\x0e\x64\x65\x66\x61ult_entity\x18\x01 \x01(\t\x12\x14\n\x0c\x65rror_status\x18\x02 \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"D\n\x15ServerShutdownRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x18\n\x16ServerShutdownResponse\"B\n\x13ServerStatusRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x16\n\x14ServerStatusResponse\"r\n\x17ServerInformInitRequest\x12*\n\x08settings\x18\x01 \x01(\x0b\x32\x18.wandb_internal.Settings\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1a\n\x18ServerInformInitResponse\"s\n\x18ServerInformStartRequest\x12*\n\x08settings\x18\x01 \x01(\x0b\x32\x18.wandb_internal.Settings\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1b\n\x19ServerInformStartResponse\"H\n\x19ServerInformFinishRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1c\n\x1aServerInformFinishResponse\"H\n\x19ServerInformAttachRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"u\n\x1aServerInformAttachResponse\x12*\n\x08settings\x18\x01 \x01(\x0b\x32\x18.wandb_internal.Settings\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"H\n\x19ServerInformDetachRequest\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1c\n\x1aServerInformDetachResponse\"]\n\x1bServerInformTeardownRequest\x12\x11\n\texit_code\x18\x01 \x01(\x05\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x1e\n\x1cServerInformTeardownResponse\"\xe7\x04\n\rServerRequest\x12\x30\n\x0erecord_publish\x18\x01 \x01(\x0b\x32\x16.wandb_internal.RecordH\x00\x12\x34\n\x12record_communicate\x18\x02 \x01(\x0b\x32\x16.wandb_internal.RecordH\x00\x12>\n\x0binform_init\x18\x03 \x01(\x0b\x32\'.wandb_internal.ServerInformInitRequestH\x00\x12\x42\n\rinform_finish\x18\x04 \x01(\x0b\x32).wandb_internal.ServerInformFinishRequestH\x00\x12\x42\n\rinform_attach\x18\x05 \x01(\x0b\x32).wandb_internal.ServerInformAttachRequestH\x00\x12\x42\n\rinform_detach\x18\x06 \x01(\x0b\x32).wandb_internal.ServerInformDetachRequestH\x00\x12\x46\n\x0finform_teardown\x18\x07 \x01(\x0b\x32+.wandb_internal.ServerInformTeardownRequestH\x00\x12@\n\x0cinform_start\x18\x08 \x01(\x0b\x32(.wandb_internal.ServerInformStartRequestH\x00\x12\x41\n\x0c\x61uthenticate\x18\t \x01(\x0b\x32).wandb_internal.ServerAuthenticateRequestH\x00\x42\x15\n\x13server_request_type\"\xfd\x04\n\x0eServerResponse\x12\x34\n\x12result_communicate\x18\x02 \x01(\x0b\x32\x16.wandb_internal.ResultH\x00\x12H\n\x14inform_init_response\x18\x03 \x01(\x0b\x32(.wandb_internal.ServerInformInitResponseH\x00\x12L\n\x16inform_finish_response\x18\x04 \x01(\x0b\x32*.wandb_internal.ServerInformFinishResponseH\x00\x12L\n\x16inform_attach_response\x18\x05 \x01(\x0b\x32*.wandb_internal.ServerInformAttachResponseH\x00\x12L\n\x16inform_detach_response\x18\x06 \x01(\x0b\x32*.wandb_internal.ServerInformDetachResponseH\x00\x12P\n\x18inform_teardown_response\x18\x07 \x01(\x0b\x32,.wandb_internal.ServerInformTeardownResponseH\x00\x12J\n\x15inform_start_response\x18\x08 \x01(\x0b\x32).wandb_internal.ServerInformStartResponseH\x00\x12K\n\x15\x61uthenticate_response\x18\t \x01(\x0b\x32*.wandb_internal.ServerAuthenticateResponseH\x00\x42\x16\n\x14server_response_typeB\x1bZ\x19\x63ore/pkg/service_go_protob\x06proto3')
|
| 20 |
+
|
| 21 |
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
| 22 |
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'wandb.proto.wandb_server_pb2', globals())
|
| 23 |
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
| 24 |
+
|
| 25 |
+
DESCRIPTOR._options = None
|
| 26 |
+
DESCRIPTOR._serialized_options = b'Z\031core/pkg/service_go_proto'
|
| 27 |
+
_SERVERAUTHENTICATEREQUEST._serialized_start=148
|
| 28 |
+
_SERVERAUTHENTICATEREQUEST._serialized_end=255
|
| 29 |
+
_SERVERAUTHENTICATERESPONSE._serialized_start=257
|
| 30 |
+
_SERVERAUTHENTICATERESPONSE._serialized_end=376
|
| 31 |
+
_SERVERSHUTDOWNREQUEST._serialized_start=378
|
| 32 |
+
_SERVERSHUTDOWNREQUEST._serialized_end=446
|
| 33 |
+
_SERVERSHUTDOWNRESPONSE._serialized_start=448
|
| 34 |
+
_SERVERSHUTDOWNRESPONSE._serialized_end=472
|
| 35 |
+
_SERVERSTATUSREQUEST._serialized_start=474
|
| 36 |
+
_SERVERSTATUSREQUEST._serialized_end=540
|
| 37 |
+
_SERVERSTATUSRESPONSE._serialized_start=542
|
| 38 |
+
_SERVERSTATUSRESPONSE._serialized_end=564
|
| 39 |
+
_SERVERINFORMINITREQUEST._serialized_start=566
|
| 40 |
+
_SERVERINFORMINITREQUEST._serialized_end=680
|
| 41 |
+
_SERVERINFORMINITRESPONSE._serialized_start=682
|
| 42 |
+
_SERVERINFORMINITRESPONSE._serialized_end=708
|
| 43 |
+
_SERVERINFORMSTARTREQUEST._serialized_start=710
|
| 44 |
+
_SERVERINFORMSTARTREQUEST._serialized_end=825
|
| 45 |
+
_SERVERINFORMSTARTRESPONSE._serialized_start=827
|
| 46 |
+
_SERVERINFORMSTARTRESPONSE._serialized_end=854
|
| 47 |
+
_SERVERINFORMFINISHREQUEST._serialized_start=856
|
| 48 |
+
_SERVERINFORMFINISHREQUEST._serialized_end=928
|
| 49 |
+
_SERVERINFORMFINISHRESPONSE._serialized_start=930
|
| 50 |
+
_SERVERINFORMFINISHRESPONSE._serialized_end=958
|
| 51 |
+
_SERVERINFORMATTACHREQUEST._serialized_start=960
|
| 52 |
+
_SERVERINFORMATTACHREQUEST._serialized_end=1032
|
| 53 |
+
_SERVERINFORMATTACHRESPONSE._serialized_start=1034
|
| 54 |
+
_SERVERINFORMATTACHRESPONSE._serialized_end=1151
|
| 55 |
+
_SERVERINFORMDETACHREQUEST._serialized_start=1153
|
| 56 |
+
_SERVERINFORMDETACHREQUEST._serialized_end=1225
|
| 57 |
+
_SERVERINFORMDETACHRESPONSE._serialized_start=1227
|
| 58 |
+
_SERVERINFORMDETACHRESPONSE._serialized_end=1255
|
| 59 |
+
_SERVERINFORMTEARDOWNREQUEST._serialized_start=1257
|
| 60 |
+
_SERVERINFORMTEARDOWNREQUEST._serialized_end=1350
|
| 61 |
+
_SERVERINFORMTEARDOWNRESPONSE._serialized_start=1352
|
| 62 |
+
_SERVERINFORMTEARDOWNRESPONSE._serialized_end=1382
|
| 63 |
+
_SERVERREQUEST._serialized_start=1385
|
| 64 |
+
_SERVERREQUEST._serialized_end=2000
|
| 65 |
+
_SERVERRESPONSE._serialized_start=2003
|
| 66 |
+
_SERVERRESPONSE._serialized_end=2640
|
| 67 |
+
# @@protoc_insertion_point(module_scope)
|
vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_settings_pb2.py
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| 3 |
+
# source: wandb/proto/wandb_settings.proto
|
| 4 |
+
"""Generated protocol buffer code."""
|
| 5 |
+
from google.protobuf.internal import builder as _builder
|
| 6 |
+
from google.protobuf import descriptor as _descriptor
|
| 7 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
| 8 |
+
from google.protobuf import symbol_database as _symbol_database
|
| 9 |
+
# @@protoc_insertion_point(imports)
|
| 10 |
+
|
| 11 |
+
_sym_db = _symbol_database.Default()
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n wandb/proto/wandb_settings.proto\x12\x0ewandb_internal\x1a\x1egoogle/protobuf/wrappers.proto\" \n\x0fListStringValue\x12\r\n\x05value\x18\x01 \x03(\t\"\x1d\n\x0cListIntValue\x12\r\n\x05value\x18\x01 \x03(\x05\"\x8a\x01\n\x17MapStringKeyStringValue\x12\x41\n\x05value\x18\x01 \x03(\x0b\x32\x32.wandb_internal.MapStringKeyStringValue.ValueEntry\x1a,\n\nValueEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xcb\x01\n#MapStringKeyMapStringKeyStringValue\x12M\n\x05value\x18\x01 \x03(\x0b\x32>.wandb_internal.MapStringKeyMapStringKeyStringValue.ValueEntry\x1aU\n\nValueEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue:\x02\x38\x01\"\x9a\x01\n\x12OpenMetricsFilters\x12\x33\n\x08sequence\x18\x01 \x01(\x0b\x32\x1f.wandb_internal.ListStringValueH\x00\x12\x46\n\x07mapping\x18\x02 \x01(\x0b\x32\x33.wandb_internal.MapStringKeyMapStringKeyStringValueH\x00\x42\x07\n\x05value\"7\n\tRunMoment\x12\x0b\n\x03run\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01\x12\x0e\n\x06metric\x18\x03 \x01(\t\"\x96J\n\x08Settings\x12-\n\x07\x61pi_key\x18\x37 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12:\n\x13identity_token_file\x18\xaa\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x37\n\x10\x63redentials_file\x18\xab\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x39\n\x14insecure_disable_ssl\x18\xb9\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x08_offline\x18\x1e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06x_sync\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\tsync_file\x18\x86\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x07_shared\x18\xa2\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x06run_id\x18k \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07run_url\x18q \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07project\x18\x61 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x06\x65ntity\x18\x45 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0cx_start_time\x18) \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12.\n\x08root_dir\x18i \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07log_dir\x18U \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0clog_internal\x18V \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\tfiles_dir\x18\x46 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0bx_files_dir\x18\xb4\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0cignore_globs\x18N \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12.\n\x08\x62\x61se_url\x18\x39 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12=\n\x17x_file_stream_max_bytes\x18\xac\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x46\n\x1fx_file_stream_transmit_interval\x18\xaf\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x45\n\x14x_extra_http_headers\x18\x0e \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12=\n\x17x_file_stream_retry_max\x18\x93\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12K\n$x_file_stream_retry_wait_min_seconds\x18\x94\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12K\n$x_file_stream_retry_wait_max_seconds\x18\x95\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x43\n\x1dx_file_stream_timeout_seconds\x18\x0f \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x42\n\x1cx_file_stream_max_line_bytes\x18\xb2\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12?\n\x19x_file_transfer_retry_max\x18\x96\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12M\n&x_file_transfer_retry_wait_min_seconds\x18\x97\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12M\n&x_file_transfer_retry_wait_max_seconds\x18\x98\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x46\n\x1fx_file_transfer_timeout_seconds\x18\x99\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x39\n\x13x_graphql_retry_max\x18\x9a\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12G\n x_graphql_retry_wait_min_seconds\x18\x9b\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12G\n x_graphql_retry_wait_max_seconds\x18\x9c\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12@\n\x19x_graphql_timeout_seconds\x18\x9d\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x31\n\nhttp_proxy\x18\xa8\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0bhttps_proxy\x18\xa9\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12;\n\tx_proxies\x18\xc8\x01 \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12-\n\x07program\x18_ \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0fprogram_relpath\x18` \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x37\n\x10_code_path_local\x18\xa3\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x36\n\x0fprogram_abspath\x18\x9f\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x05_args\x18\x01 \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12)\n\x03_os\x18 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x06\x64ocker\x18\x43 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0cx_executable\x18\r \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12-\n\x07_python\x18\" \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\tcolab_url\x18\xa0\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12*\n\x04host\x18M \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\x08username\x18\x8d\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12+\n\x05\x65mail\x18\x44 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x06resume\x18\x66 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\x0bresume_from\x18\xa7\x01 \x01(\x0b\x32\x19.wandb_internal.RunMoment\x12-\n\tfork_from\x18\xa4\x01 \x01(\x0b\x32\x19.wandb_internal.RunMoment\x12\x38\n\x14\x64isable_job_creation\x18\x41 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\tsweep_url\x18\x83\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12;\n\x16x_disable_update_check\x18\xa5\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0ex_disable_meta\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\tsave_code\x18s \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0b\x64isable_git\x18? \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x16x_disable_machine_info\x18\x9e\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0fx_disable_stats\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x13x_stats_buffer_size\x18\xa1\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12@\n\x19x_stats_sampling_interval\x18\xae\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\x0bx_stats_pid\x18* \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12<\n\x12x_stats_disk_paths\x18\x92\x01 \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12H\n\"x_stats_neuron_monitor_config_path\x18. \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12O\n\x1ex_stats_open_metrics_endpoints\x18/ \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12H\n\x1cx_stats_open_metrics_filters\x18\x30 \x01(\x0b\x32\".wandb_internal.OpenMetricsFilters\x12S\n!x_stats_open_metrics_http_headers\x18\xb8\x01 \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12=\n\x16x_stats_gpu_device_ids\x18\xba\x01 \x01(\x0b\x32\x1c.wandb_internal.ListIntValue\x12.\n\x07x_label\x18\xb5\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12=\n\x18x_require_legacy_service\x18\xad\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x16x_show_operation_stats\x18\xb0\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0ex_primary_node\x18\xb6\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12:\n\x15x_update_finish_state\x18\xb7\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12<\n\x17\x61llow_offline_artifacts\x18\xb1\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\x07\x63onsole\x18< \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x36\n\x11\x63onsole_multipart\x18\xa6\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x10sync_tensorboard\x18\xb3\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0b_aws_lambda\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0fx_cli_only_mode\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06_colab\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x11x_disable_service\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12:\n\x16x_disable_setproctitle\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10x_disable_viewer\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15x_flow_control_custom\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x17x_flow_control_disabled\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12>\n\x18x_internal_check_process\x18\x12 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12,\n\x08_ipython\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x08_jupyter\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x0ex_jupyter_root\x18\x16 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12+\n\x07_kaggle\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12=\n\x18x_live_policy_rate_limit\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12<\n\x17x_live_policy_wait_time\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x30\n\x0bx_log_level\x18\x1a \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x35\n\x10x_network_buffer\x18\x1b \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12)\n\x05_noop\x18\x1c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\t_notebook\x18\x1d \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\t_platform\x18! \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x38\n\x12x_runqueue_item_id\x18# \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x37\n\x13x_save_requirements\x18% \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x13x_service_transport\x18& \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x34\n\x0ex_service_wait\x18\' \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x0f_start_datetime\x18( \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x33\n\r_tmp_code_dir\x18\x31 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x08_windows\x18\x34 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10\x61llow_val_change\x18\x35 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\tanonymous\x18\x36 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12P\n\x1f\x61zure_account_url_to_access_key\x18\x38 \x01(\x0b\x32\'.wandb_internal.MapStringKeyStringValue\x12.\n\x08\x63ode_dir\x18: \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0c\x63onfig_paths\x18; \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12\x30\n\ndeployment\x18= \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\x0c\x64isable_code\x18> \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rdisable_hints\x18@ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12,\n\x08\x64isabled\x18\x42 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12)\n\x05\x66orce\x18G \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\ngit_commit\x18H \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\ngit_remote\x18I \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x34\n\x0egit_remote_url\x18J \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x08git_root\x18K \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x36\n\x11heartbeat_seconds\x18L \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x32\n\x0cinit_timeout\x18O \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12,\n\x08is_local\x18P \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\njob_source\x18Q \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x31\n\rlabel_disable\x18R \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06launch\x18S \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x12launch_config_path\x18T \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12:\n\x14log_symlink_internal\x18W \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x36\n\x10log_symlink_user\x18X \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x08log_user\x18Y \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x33\n\rlogin_timeout\x18Z \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12*\n\x04mode\x18\\ \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x33\n\rnotebook_name\x18] \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x31\n\x0bproject_url\x18\x62 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12)\n\x05quiet\x18\x63 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06reinit\x18\x64 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12+\n\x07relogin\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0cresume_fname\x18g \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12+\n\x07resumed\x18h \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\trun_group\x18j \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0crun_job_type\x18l \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x08run_mode\x18m \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x08run_name\x18n \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\trun_notes\x18o \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x31\n\x08run_tags\x18p \x01(\x0b\x32\x1f.wandb_internal.ListStringValue\x12\x35\n\x11sagemaker_disable\x18r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\x0fsettings_system\x18t \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x38\n\x12settings_workspace\x18u \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\x0bshow_colors\x18v \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12.\n\nshow_emoji\x18w \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0bshow_errors\x18x \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\tshow_info\x18y \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rshow_warnings\x18z \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12*\n\x06silent\x18{ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0cstart_method\x18| \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12*\n\x06strict\x18} \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0esummary_errors\x18~ \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x34\n\x0fsummary_timeout\x18\x7f \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12\x36\n\x10summary_warnings\x18\x80\x01 \x01(\x0b\x32\x1b.google.protobuf.Int32Value\x12/\n\x08sweep_id\x18\x81\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x37\n\x10sweep_param_path\x18\x82\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12,\n\x07symlink\x18\x84\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x08sync_dir\x18\x85\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12:\n\x13sync_symlink_latest\x18\x87\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12J\n%table_raise_on_max_row_limit_exceeded\x18\x8a\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x08timespec\x18\x8b\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12.\n\x07tmp_dir\x18\x8c\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x30\n\twandb_dir\x18\x8e\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0ex_jupyter_name\x18\x8f\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x35\n\x0ex_jupyter_path\x18\x90\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12/\n\x08job_name\x18\x91\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValueJ\x04\x08\x03\x10\x04J\x04\x08\x06\x10\x07J\x04\x08\x0c\x10\rJ\x04\x08\x13\x10\x14J\x04\x08$\x10%J\x04\x08+\x10,J\x04\x08,\x10-J\x04\x08-\x10.J\x04\x08\x32\x10\x33J\x04\x08\x33\x10\x34J\x04\x08[\x10\\J\x04\x08^\x10_J\x06\x08\x88\x01\x10\x89\x01J\x06\x08\x89\x01\x10\x8a\x01\x42\x1bZ\x19\x63ore/pkg/service_go_protob\x06proto3')
|
| 18 |
+
|
| 19 |
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
| 20 |
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'wandb.proto.wandb_settings_pb2', globals())
|
| 21 |
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
| 22 |
+
|
| 23 |
+
DESCRIPTOR._options = None
|
| 24 |
+
DESCRIPTOR._serialized_options = b'Z\031core/pkg/service_go_proto'
|
| 25 |
+
_MAPSTRINGKEYSTRINGVALUE_VALUEENTRY._options = None
|
| 26 |
+
_MAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_options = b'8\001'
|
| 27 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY._options = None
|
| 28 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_options = b'8\001'
|
| 29 |
+
_LISTSTRINGVALUE._serialized_start=84
|
| 30 |
+
_LISTSTRINGVALUE._serialized_end=116
|
| 31 |
+
_LISTINTVALUE._serialized_start=118
|
| 32 |
+
_LISTINTVALUE._serialized_end=147
|
| 33 |
+
_MAPSTRINGKEYSTRINGVALUE._serialized_start=150
|
| 34 |
+
_MAPSTRINGKEYSTRINGVALUE._serialized_end=288
|
| 35 |
+
_MAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_start=244
|
| 36 |
+
_MAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_end=288
|
| 37 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE._serialized_start=291
|
| 38 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE._serialized_end=494
|
| 39 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_start=409
|
| 40 |
+
_MAPSTRINGKEYMAPSTRINGKEYSTRINGVALUE_VALUEENTRY._serialized_end=494
|
| 41 |
+
_OPENMETRICSFILTERS._serialized_start=497
|
| 42 |
+
_OPENMETRICSFILTERS._serialized_end=651
|
| 43 |
+
_RUNMOMENT._serialized_start=653
|
| 44 |
+
_RUNMOMENT._serialized_end=708
|
| 45 |
+
_SETTINGS._serialized_start=711
|
| 46 |
+
_SETTINGS._serialized_end=10205
|
| 47 |
+
# @@protoc_insertion_point(module_scope)
|
vllm/lib/python3.10/site-packages/wandb/proto/v4/wandb_telemetry_pb2.py
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| 3 |
+
# source: wandb/proto/wandb_telemetry.proto
|
| 4 |
+
"""Generated protocol buffer code."""
|
| 5 |
+
from google.protobuf.internal import builder as _builder
|
| 6 |
+
from google.protobuf import descriptor as _descriptor
|
| 7 |
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
| 8 |
+
from google.protobuf import symbol_database as _symbol_database
|
| 9 |
+
# @@protoc_insertion_point(imports)
|
| 10 |
+
|
| 11 |
+
_sym_db = _symbol_database.Default()
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
from wandb.proto import wandb_base_pb2 as wandb_dot_proto_dot_wandb__base__pb2
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!wandb/proto/wandb_telemetry.proto\x12\x0ewandb_internal\x1a\x1cwandb/proto/wandb_base.proto\"\xdb\x03\n\x0fTelemetryRecord\x12-\n\x0cimports_init\x18\x01 \x01(\x0b\x32\x17.wandb_internal.Imports\x12/\n\x0eimports_finish\x18\x02 \x01(\x0b\x32\x17.wandb_internal.Imports\x12(\n\x07\x66\x65\x61ture\x18\x03 \x01(\x0b\x32\x17.wandb_internal.Feature\x12\x16\n\x0epython_version\x18\x04 \x01(\t\x12\x13\n\x0b\x63li_version\x18\x05 \x01(\t\x12\x1b\n\x13huggingface_version\x18\x06 \x01(\t\x12 \n\x03\x65nv\x18\x08 \x01(\x0b\x32\x13.wandb_internal.Env\x12%\n\x05label\x18\t \x01(\x0b\x32\x16.wandb_internal.Labels\x12.\n\ndeprecated\x18\n \x01(\x0b\x32\x1a.wandb_internal.Deprecated\x12&\n\x06issues\x18\x0b \x01(\x0b\x32\x16.wandb_internal.Issues\x12\x14\n\x0c\x63ore_version\x18\x0c \x01(\t\x12\x10\n\x08platform\x18\r \x01(\t\x12+\n\x05_info\x18\xc8\x01 \x01(\x0b\x32\x1b.wandb_internal._RecordInfo\"\x11\n\x0fTelemetryResult\"\xf5\r\n\x07Imports\x12\r\n\x05torch\x18\x01 \x01(\x08\x12\r\n\x05keras\x18\x02 \x01(\x08\x12\x12\n\ntensorflow\x18\x03 \x01(\x08\x12\x0e\n\x06\x66\x61stai\x18\x04 \x01(\x08\x12\x0f\n\x07sklearn\x18\x05 \x01(\x08\x12\x0f\n\x07xgboost\x18\x06 \x01(\x08\x12\x10\n\x08\x63\x61tboost\x18\x07 \x01(\x08\x12\x10\n\x08lightgbm\x18\x08 \x01(\x08\x12\x19\n\x11pytorch_lightning\x18\t \x01(\x08\x12\x0e\n\x06ignite\x18\n \x01(\x08\x12\x14\n\x0ctransformers\x18\x0b \x01(\x08\x12\x0b\n\x03jax\x18\x0c \x01(\x08\x12\x10\n\x08metaflow\x18\r \x01(\x08\x12\x10\n\x08\x61llennlp\x18\x0e \x01(\x08\x12\x11\n\tautogluon\x18\x0f \x01(\x08\x12\x11\n\tautokeras\x18\x10 \x01(\x08\x12\x10\n\x08\x63\x61talyst\x18\x12 \x01(\x08\x12\x10\n\x08\x64\x65\x65pchem\x18\x15 \x01(\x08\x12\x0f\n\x07\x64\x65\x65pctr\x18\x16 \x01(\x08\x12\x0f\n\x07pycaret\x18\x1c \x01(\x08\x12\x14\n\x0cpytorchvideo\x18\x1d \x01(\x08\x12\x0b\n\x03ray\x18\x1e \x01(\x08\x12\x1a\n\x12simpletransformers\x18\x1f \x01(\x08\x12\x0e\n\x06skorch\x18 \x01(\x08\x12\r\n\x05spacy\x18! \x01(\x08\x12\r\n\x05\x66lash\x18\" \x01(\x08\x12\x0e\n\x06optuna\x18# \x01(\x08\x12\x0f\n\x07recbole\x18$ \x01(\x08\x12\x0c\n\x04mmcv\x18% \x01(\x08\x12\r\n\x05mmdet\x18& \x01(\x08\x12\x11\n\ttorchdrug\x18\' \x01(\x08\x12\x11\n\ttorchtext\x18( \x01(\x08\x12\x13\n\x0btorchvision\x18) \x01(\x08\x12\r\n\x05\x65legy\x18* \x01(\x08\x12\x12\n\ndetectron2\x18+ \x01(\x08\x12\r\n\x05\x66lair\x18, \x01(\x08\x12\x0c\n\x04\x66lax\x18- \x01(\x08\x12\x0c\n\x04syft\x18. \x01(\x08\x12\x0b\n\x03TTS\x18/ \x01(\x08\x12\r\n\x05monai\x18\x30 \x01(\x08\x12\x17\n\x0fhuggingface_hub\x18\x31 \x01(\x08\x12\r\n\x05hydra\x18\x32 \x01(\x08\x12\x10\n\x08\x64\x61tasets\x18\x33 \x01(\x08\x12\x0e\n\x06sacred\x18\x34 \x01(\x08\x12\x0e\n\x06joblib\x18\x35 \x01(\x08\x12\x0c\n\x04\x64\x61sk\x18\x36 \x01(\x08\x12\x0f\n\x07\x61syncio\x18\x37 \x01(\x08\x12\x11\n\tpaddleocr\x18\x38 \x01(\x08\x12\r\n\x05ppdet\x18\x39 \x01(\x08\x12\x11\n\tpaddleseg\x18: \x01(\x08\x12\x11\n\tpaddlenlp\x18; \x01(\x08\x12\r\n\x05mmseg\x18< \x01(\x08\x12\r\n\x05mmocr\x18= \x01(\x08\x12\r\n\x05mmcls\x18> \x01(\x08\x12\x0c\n\x04timm\x18? \x01(\x08\x12\x0f\n\x07\x66\x61irseq\x18@ \x01(\x08\x12\x12\n\ndeepchecks\x18\x41 \x01(\x08\x12\x10\n\x08\x63omposer\x18\x42 \x01(\x08\x12\x10\n\x08sparseml\x18\x43 \x01(\x08\x12\x10\n\x08\x61nomalib\x18\x44 \x01(\x08\x12\r\n\x05zenml\x18\x45 \x01(\x08\x12\x12\n\ncolossalai\x18\x46 \x01(\x08\x12\x12\n\naccelerate\x18G \x01(\x08\x12\x0e\n\x06merlin\x18H \x01(\x08\x12\x0f\n\x07nanodet\x18I \x01(\x08\x12#\n\x1bsegmentation_models_pytorch\x18J \x01(\x08\x12\x1d\n\x15sentence_transformers\x18K \x01(\x08\x12\x0b\n\x03\x64gl\x18L \x01(\x08\x12\x17\n\x0ftorch_geometric\x18M \x01(\x08\x12\x0c\n\x04jina\x18N \x01(\x08\x12\x0e\n\x06kornia\x18O \x01(\x08\x12\x16\n\x0e\x61lbumentations\x18P \x01(\x08\x12\x10\n\x08keras_cv\x18Q \x01(\x08\x12\x10\n\x08mmengine\x18R \x01(\x08\x12\x11\n\tdiffusers\x18S \x01(\x08\x12\x0b\n\x03trl\x18T \x01(\x08\x12\x0c\n\x04trlx\x18U \x01(\x08\x12\x11\n\tlangchain\x18V \x01(\x08\x12\x13\n\x0bllama_index\x18W \x01(\x08\x12\x15\n\rstability_sdk\x18X \x01(\x08\x12\x0f\n\x07prefect\x18Y \x01(\x08\x12\x13\n\x0bprefect_ray\x18Z \x01(\x08\x12\x10\n\x08pinecone\x18[ \x01(\x08\x12\x10\n\x08\x63hromadb\x18\\ \x01(\x08\x12\x10\n\x08weaviate\x18] \x01(\x08\x12\x13\n\x0bpromptlayer\x18^ \x01(\x08\x12\x0e\n\x06openai\x18_ \x01(\x08\x12\x0e\n\x06\x63ohere\x18` \x01(\x08\x12\x11\n\tanthropic\x18\x61 \x01(\x08\x12\x0c\n\x04peft\x18\x62 \x01(\x08\x12\x0f\n\x07optimum\x18\x63 \x01(\x08\x12\x10\n\x08\x65valuate\x18\x64 \x01(\x08\x12\x10\n\x08langflow\x18\x65 \x01(\x08\x12\x12\n\nkeras_core\x18\x66 \x01(\x08\x12\x18\n\x10lightning_fabric\x18g \x01(\x08\x12\x1c\n\x14\x63urated_transformers\x18h \x01(\x08\x12\x0e\n\x06orjson\x18i \x01(\x08\x12\x11\n\tlightning\x18j \x01(\x08\"\xb2\x0c\n\x07\x46\x65\x61ture\x12\r\n\x05watch\x18\x01 \x01(\x08\x12\x0e\n\x06\x66inish\x18\x02 \x01(\x08\x12\x0c\n\x04save\x18\x03 \x01(\x08\x12\x0f\n\x07offline\x18\x04 \x01(\x08\x12\x0f\n\x07resumed\x18\x05 \x01(\x08\x12\x0c\n\x04grpc\x18\x06 \x01(\x08\x12\x0e\n\x06metric\x18\x07 \x01(\x08\x12\r\n\x05keras\x18\x08 \x01(\x08\x12\x11\n\tsagemaker\x18\t \x01(\x08\x12\x1c\n\x14\x61rtifact_incremental\x18\n \x01(\x08\x12\x10\n\x08metaflow\x18\x0b \x01(\x08\x12\x0f\n\x07prodigy\x18\x0c \x01(\x08\x12\x15\n\rset_init_name\x18\r \x01(\x08\x12\x13\n\x0bset_init_id\x18\x0e \x01(\x08\x12\x15\n\rset_init_tags\x18\x0f \x01(\x08\x12\x17\n\x0fset_init_config\x18\x10 \x01(\x08\x12\x14\n\x0cset_run_name\x18\x11 \x01(\x08\x12\x14\n\x0cset_run_tags\x18\x12 \x01(\x08\x12\x17\n\x0fset_config_item\x18\x13 \x01(\x08\x12\x0e\n\x06launch\x18\x14 \x01(\x08\x12\x1c\n\x14torch_profiler_trace\x18\x15 \x01(\x08\x12\x0b\n\x03sb3\x18\x16 \x01(\x08\x12\x0f\n\x07service\x18\x17 \x01(\x08\x12\x17\n\x0finit_return_run\x18\x18 \x01(\x08\x12\x1f\n\x17lightgbm_wandb_callback\x18\x19 \x01(\x08\x12\x1c\n\x14lightgbm_log_summary\x18\x1a \x01(\x08\x12\x1f\n\x17\x63\x61tboost_wandb_callback\x18\x1b \x01(\x08\x12\x1c\n\x14\x63\x61tboost_log_summary\x18\x1c \x01(\x08\x12\x17\n\x0ftensorboard_log\x18\x1d \x01(\x08\x12\x16\n\x0e\x65stimator_hook\x18\x1e \x01(\x08\x12\x1e\n\x16xgboost_wandb_callback\x18\x1f \x01(\x08\x12\"\n\x1axgboost_old_wandb_callback\x18 \x01(\x08\x12\x0e\n\x06\x61ttach\x18! \x01(\x08\x12\x19\n\x11tensorboard_patch\x18\" \x01(\x08\x12\x18\n\x10tensorboard_sync\x18# \x01(\x08\x12\x15\n\rkfp_wandb_log\x18$ \x01(\x08\x12\x1b\n\x13maybe_run_overwrite\x18% \x01(\x08\x12\x1c\n\x14keras_metrics_logger\x18& \x01(\x08\x12\x1e\n\x16keras_model_checkpoint\x18\' \x01(\x08\x12!\n\x19keras_wandb_eval_callback\x18( \x01(\x08\x12\x1d\n\x15\x66low_control_overflow\x18) \x01(\x08\x12\x0c\n\x04sync\x18* \x01(\x08\x12\x1d\n\x15\x66low_control_disabled\x18+ \x01(\x08\x12\x1b\n\x13\x66low_control_custom\x18, \x01(\x08\x12\x18\n\x10service_disabled\x18- \x01(\x08\x12\x14\n\x0copen_metrics\x18. \x01(\x08\x12\x1a\n\x12ultralytics_yolov8\x18/ \x01(\x08\x12\x17\n\x0fimporter_mlflow\x18\x30 \x01(\x08\x12\x15\n\rsync_tfevents\x18\x31 \x01(\x08\x12\x15\n\rasync_uploads\x18\x32 \x01(\x08\x12\x16\n\x0eopenai_autolog\x18\x33 \x01(\x08\x12\x18\n\x10langchain_tracer\x18\x34 \x01(\x08\x12\x16\n\x0e\x63ohere_autolog\x18\x35 \x01(\x08\x12\x1b\n\x13hf_pipeline_autolog\x18\x36 \x01(\x08\x12\x0c\n\x04\x63ore\x18\x37 \x01(\x08\x12\r\n\x05lib_c\x18\x38 \x01(\x08\x12\x0f\n\x07lib_cpp\x18\x39 \x01(\x08\x12\x19\n\x11openai_finetuning\x18: \x01(\x08\x12\x19\n\x11\x64iffusers_autolog\x18; \x01(\x08\x12\x1f\n\x17lightning_fabric_logger\x18< \x01(\x08\x12\x14\n\x0cset_step_log\x18= \x01(\x08\x12\x13\n\x0bset_summary\x18> \x01(\x08\x12\x16\n\x0emetric_summary\x18? \x01(\x08\x12\x13\n\x0bmetric_goal\x18@ \x01(\x08\x12\x15\n\rmetric_hidden\x18\x41 \x01(\x08\x12\x18\n\x10metric_step_sync\x18\x42 \x01(\x08\x12\x13\n\x0bshared_mode\x18\x43 \x01(\x08\"\x96\x02\n\x03\x45nv\x12\x0f\n\x07jupyter\x18\x01 \x01(\x08\x12\x0e\n\x06kaggle\x18\x02 \x01(\x08\x12\x0f\n\x07windows\x18\x03 \x01(\x08\x12\x0e\n\x06m1_gpu\x18\x04 \x01(\x08\x12\x13\n\x0bstart_spawn\x18\x05 \x01(\x08\x12\x12\n\nstart_fork\x18\x06 \x01(\x08\x12\x18\n\x10start_forkserver\x18\x07 \x01(\x08\x12\x14\n\x0cstart_thread\x18\x08 \x01(\x08\x12\x10\n\x08maybe_mp\x18\t \x01(\x08\x12\x10\n\x08trainium\x18\n \x01(\x08\x12\x0b\n\x03pex\x18\x0b \x01(\x08\x12\r\n\x05\x63olab\x18\x0c \x01(\x08\x12\x0f\n\x07ipython\x18\r \x01(\x08\x12\x12\n\naws_lambda\x18\x0e \x01(\x08\x12\x0f\n\x07\x61md_gpu\x18\x0f \x01(\x08\"H\n\x06Labels\x12\x13\n\x0b\x63ode_string\x18\x01 \x01(\t\x12\x13\n\x0brepo_string\x18\x02 \x01(\t\x12\x14\n\x0c\x63ode_version\x18\x03 \x01(\t\"\xb5\x04\n\nDeprecated\x12!\n\x19keras_callback__data_type\x18\x01 \x01(\x08\x12\x11\n\trun__mode\x18\x02 \x01(\x08\x12\x19\n\x11run__save_no_args\x18\x03 \x01(\x08\x12\x11\n\trun__join\x18\x04 \x01(\x08\x12\r\n\x05plots\x18\x05 \x01(\x08\x12\x15\n\rrun__log_sync\x18\x06 \x01(\x08\x12!\n\x19init__config_include_keys\x18\x07 \x01(\x08\x12!\n\x19init__config_exclude_keys\x18\x08 \x01(\x08\x12\"\n\x1akeras_callback__save_model\x18\t \x01(\x08\x12\x18\n\x10langchain_tracer\x18\n \x01(\x08\x12\x1a\n\x12\x61rtifact__get_path\x18\x0b \x01(\x08\x12#\n\x1b\x61rtifactmanifestentry__name\x18\x0c \x01(\x08\x12\x1e\n\x16\x61pi__artifact_versions\x18\r \x01(\x08\x12(\n artifact_collection__change_type\x18\x0e \x01(\x08\x12\x1f\n\x17run__define_metric_copy\x18\x0f \x01(\x08\x12\x14\n\x0crun_disabled\x18\x10 \x01(\x08\x12\x16\n\x0ekeras_callback\x18\x11 \x01(\x08\x12$\n\x1crun__define_metric_best_goal\x18\x12 \x01(\x08\x12\x19\n\x11run__finish_quiet\x18\x13 \x01(\x08\"|\n\x06Issues\x12%\n\x1dsettings__validation_warnings\x18\x01 \x01(\x08\x12!\n\x19settings__unexpected_args\x18\x02 \x01(\x08\x12(\n settings__preprocessing_warnings\x18\x03 \x01(\x08\x42\x1bZ\x19\x63ore/pkg/service_go_protob\x06proto3')
|
| 18 |
+
|
| 19 |
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
| 20 |
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'wandb.proto.wandb_telemetry_pb2', globals())
|
| 21 |
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
| 22 |
+
|
| 23 |
+
DESCRIPTOR._options = None
|
| 24 |
+
DESCRIPTOR._serialized_options = b'Z\031core/pkg/service_go_proto'
|
| 25 |
+
_TELEMETRYRECORD._serialized_start=84
|
| 26 |
+
_TELEMETRYRECORD._serialized_end=559
|
| 27 |
+
_TELEMETRYRESULT._serialized_start=561
|
| 28 |
+
_TELEMETRYRESULT._serialized_end=578
|
| 29 |
+
_IMPORTS._serialized_start=581
|
| 30 |
+
_IMPORTS._serialized_end=2362
|
| 31 |
+
_FEATURE._serialized_start=2365
|
| 32 |
+
_FEATURE._serialized_end=3951
|
| 33 |
+
_ENV._serialized_start=3954
|
| 34 |
+
_ENV._serialized_end=4232
|
| 35 |
+
_LABELS._serialized_start=4234
|
| 36 |
+
_LABELS._serialized_end=4306
|
| 37 |
+
_DEPRECATED._serialized_start=4309
|
| 38 |
+
_DEPRECATED._serialized_end=4874
|
| 39 |
+
_ISSUES._serialized_start=4876
|
| 40 |
+
_ISSUES._serialized_end=5000
|
| 41 |
+
# @@protoc_insertion_point(module_scope)
|
vllm/lib/python3.10/site-packages/wandb/proto/v5/__pycache__/wandb_base_pb2.cpython-310.pyc
ADDED
|
Binary file (1.21 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/v5/__pycache__/wandb_internal_pb2.cpython-310.pyc
ADDED
|
Binary file (33.1 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/proto/wandb_base_pb2.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import google.protobuf
|
| 2 |
+
|
| 3 |
+
protobuf_version = google.protobuf.__version__[0]
|
| 4 |
+
|
| 5 |
+
if protobuf_version == "3":
|
| 6 |
+
from wandb.proto.v3.wandb_base_pb2 import *
|
| 7 |
+
elif protobuf_version == "4":
|
| 8 |
+
from wandb.proto.v4.wandb_base_pb2 import *
|
| 9 |
+
elif protobuf_version == "5":
|
| 10 |
+
from wandb.proto.v5.wandb_base_pb2 import *
|
vllm/lib/python3.10/site-packages/wandb/proto/wandb_deprecated.py
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Generated by wandb/proto/wandb_internal_codegen.py. DO NOT EDIT!
|
| 2 |
+
|
| 3 |
+
from typing import Literal
|
| 4 |
+
DEPRECATED_FEATURES = Literal[
|
| 5 |
+
"keras_callback__data_type",
|
| 6 |
+
"run__mode",
|
| 7 |
+
"run__save_no_args",
|
| 8 |
+
"run__join",
|
| 9 |
+
"plots",
|
| 10 |
+
"run__log_sync",
|
| 11 |
+
"init__config_include_keys",
|
| 12 |
+
"init__config_exclude_keys",
|
| 13 |
+
"keras_callback__save_model",
|
| 14 |
+
"langchain_tracer",
|
| 15 |
+
"artifact__get_path",
|
| 16 |
+
"artifactmanifestentry__name",
|
| 17 |
+
"api__artifact_versions",
|
| 18 |
+
"artifact_collection__change_type",
|
| 19 |
+
"run__define_metric_copy",
|
| 20 |
+
"run_disabled",
|
| 21 |
+
"keras_callback",
|
| 22 |
+
"run__define_metric_best_goal",
|
| 23 |
+
"run__finish_quiet",
|
| 24 |
+
]
|
| 25 |
+
|
| 26 |
+
class Deprecated:
|
| 27 |
+
keras_callback__data_type: DEPRECATED_FEATURES = "keras_callback__data_type"
|
| 28 |
+
run__mode: DEPRECATED_FEATURES = "run__mode"
|
| 29 |
+
run__save_no_args: DEPRECATED_FEATURES = "run__save_no_args"
|
| 30 |
+
run__join: DEPRECATED_FEATURES = "run__join"
|
| 31 |
+
plots: DEPRECATED_FEATURES = "plots"
|
| 32 |
+
run__log_sync: DEPRECATED_FEATURES = "run__log_sync"
|
| 33 |
+
init__config_include_keys: DEPRECATED_FEATURES = "init__config_include_keys"
|
| 34 |
+
init__config_exclude_keys: DEPRECATED_FEATURES = "init__config_exclude_keys"
|
| 35 |
+
keras_callback__save_model: DEPRECATED_FEATURES = "keras_callback__save_model"
|
| 36 |
+
langchain_tracer: DEPRECATED_FEATURES = "langchain_tracer"
|
| 37 |
+
artifact__get_path: DEPRECATED_FEATURES = "artifact__get_path"
|
| 38 |
+
artifactmanifestentry__name: DEPRECATED_FEATURES = "artifactmanifestentry__name"
|
| 39 |
+
api__artifact_versions: DEPRECATED_FEATURES = "api__artifact_versions"
|
| 40 |
+
artifact_collection__change_type: DEPRECATED_FEATURES = "artifact_collection__change_type"
|
| 41 |
+
run__define_metric_copy: DEPRECATED_FEATURES = "run__define_metric_copy"
|
| 42 |
+
run_disabled: DEPRECATED_FEATURES = "run_disabled"
|
| 43 |
+
keras_callback: DEPRECATED_FEATURES = "keras_callback"
|
| 44 |
+
run__define_metric_best_goal: DEPRECATED_FEATURES = "run__define_metric_best_goal"
|
| 45 |
+
run__finish_quiet: DEPRECATED_FEATURES = "run__finish_quiet"
|
vllm/lib/python3.10/site-packages/wandb/proto/wandb_generate_deprecated.py
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
def generate_deprecated_class_definition() -> None:
|
| 5 |
+
"""Generate a class definition listing the deprecated features.
|
| 6 |
+
This is to allow static checks to ensure that proper field names are used.
|
| 7 |
+
"""
|
| 8 |
+
from wandb.proto.wandb_telemetry_pb2 import Deprecated # type: ignore[import]
|
| 9 |
+
|
| 10 |
+
deprecated_features = Deprecated.DESCRIPTOR.fields_by_name.keys()
|
| 11 |
+
|
| 12 |
+
code: str = (
|
| 13 |
+
"# Generated by wandb/proto/wandb_internal_codegen.py. DO NOT EDIT!\n\n"
|
| 14 |
+
"from typing import Literal\n"
|
| 15 |
+
"DEPRECATED_FEATURES = Literal[\n"
|
| 16 |
+
+ ",\n".join(f' "{feature}"' for feature in deprecated_features)
|
| 17 |
+
+ ",\n"
|
| 18 |
+
+ "]\n\n"
|
| 19 |
+
"class Deprecated:\n"
|
| 20 |
+
+ "".join(
|
| 21 |
+
[
|
| 22 |
+
f' {feature}: DEPRECATED_FEATURES = "{feature}"\n'
|
| 23 |
+
for feature in deprecated_features
|
| 24 |
+
]
|
| 25 |
+
)
|
| 26 |
+
)
|
| 27 |
+
with open("wandb_deprecated.py", "w") as f:
|
| 28 |
+
f.write(code)
|
| 29 |
+
|
| 30 |
+
generate_deprecated_class_definition()
|
vllm/lib/python3.10/site-packages/wandb/proto/wandb_generate_proto.py
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python
|
| 2 |
+
|
| 3 |
+
import importlib.metadata
|
| 4 |
+
import os
|
| 5 |
+
import pathlib
|
| 6 |
+
|
| 7 |
+
import grpc_tools # type: ignore
|
| 8 |
+
from grpc_tools import protoc # type: ignore
|
| 9 |
+
from packaging import version
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
def get_pip_package_version(package_name: str) -> str:
|
| 13 |
+
try:
|
| 14 |
+
return importlib.metadata.version(package_name)
|
| 15 |
+
except importlib.metadata.PackageNotFoundError:
|
| 16 |
+
raise ValueError(f"Package `{package_name}` not found")
|
| 17 |
+
|
| 18 |
+
protobuf_version = version.Version(get_pip_package_version("protobuf"))
|
| 19 |
+
|
| 20 |
+
proto_root = os.path.join(os.path.dirname(grpc_tools.__file__), "_proto")
|
| 21 |
+
tmp_out: pathlib.Path = pathlib.Path(f"wandb/proto/v{protobuf_version.major}/")
|
| 22 |
+
|
| 23 |
+
os.chdir("../..")
|
| 24 |
+
for proto_file in [
|
| 25 |
+
"wandb_base.proto",
|
| 26 |
+
"wandb_internal.proto",
|
| 27 |
+
"wandb_settings.proto",
|
| 28 |
+
"wandb_telemetry.proto",
|
| 29 |
+
"wandb_server.proto",
|
| 30 |
+
]:
|
| 31 |
+
ret = protoc.main(
|
| 32 |
+
(
|
| 33 |
+
"",
|
| 34 |
+
"-I",
|
| 35 |
+
proto_root,
|
| 36 |
+
"-I",
|
| 37 |
+
".",
|
| 38 |
+
f"--python_out={tmp_out}",
|
| 39 |
+
f"--mypy_out={tmp_out}",
|
| 40 |
+
f"wandb/proto/{proto_file}",
|
| 41 |
+
)
|
| 42 |
+
)
|
| 43 |
+
assert not ret
|
| 44 |
+
|
| 45 |
+
# clean up tmp dirs
|
| 46 |
+
for p in (tmp_out / "wandb" / "proto").glob("*pb2*"):
|
| 47 |
+
p.rename(tmp_out / p.name)
|
| 48 |
+
os.rmdir(tmp_out / "wandb" / "proto")
|
| 49 |
+
os.rmdir(tmp_out / "wandb")
|
vllm/lib/python3.10/site-packages/wandb/proto/wandb_internal_pb2.py
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import google.protobuf
|
| 2 |
+
|
| 3 |
+
protobuf_version = google.protobuf.__version__[0]
|
| 4 |
+
|
| 5 |
+
if protobuf_version == "3":
|
| 6 |
+
from wandb.proto.v3.wandb_internal_pb2 import *
|
| 7 |
+
elif protobuf_version == "4":
|
| 8 |
+
from wandb.proto.v4.wandb_internal_pb2 import *
|
| 9 |
+
elif protobuf_version == "5":
|
| 10 |
+
from wandb.proto.v5.wandb_internal_pb2 import *
|
| 11 |
+
else:
|
| 12 |
+
raise ImportError(
|
| 13 |
+
"Failed to import protobufs for protobuf version"
|
| 14 |
+
f" {google.protobuf.__version__}. `wandb` only works with major"
|
| 15 |
+
" versions 3, 4 and 5 of the protobuf package.",
|
| 16 |
+
)
|
vllm/lib/python3.10/site-packages/wandb/proto/wandb_server_pb2.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import google.protobuf
|
| 2 |
+
|
| 3 |
+
protobuf_version = google.protobuf.__version__[0]
|
| 4 |
+
|
| 5 |
+
if protobuf_version == "3":
|
| 6 |
+
from wandb.proto.v3.wandb_server_pb2 import *
|
| 7 |
+
elif protobuf_version == "4":
|
| 8 |
+
from wandb.proto.v4.wandb_server_pb2 import *
|
| 9 |
+
elif protobuf_version == "5":
|
| 10 |
+
from wandb.proto.v5.wandb_server_pb2 import *
|
vllm/lib/python3.10/site-packages/wandb/proto/wandb_settings_pb2.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import google.protobuf
|
| 2 |
+
|
| 3 |
+
protobuf_version = google.protobuf.__version__[0]
|
| 4 |
+
|
| 5 |
+
if protobuf_version == "3":
|
| 6 |
+
from wandb.proto.v3.wandb_settings_pb2 import *
|
| 7 |
+
elif protobuf_version == "4":
|
| 8 |
+
from wandb.proto.v4.wandb_settings_pb2 import *
|
| 9 |
+
elif protobuf_version == "5":
|
| 10 |
+
from wandb.proto.v5.wandb_settings_pb2 import *
|
vllm/lib/python3.10/site-packages/wandb/proto/wandb_telemetry_pb2.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import google.protobuf
|
| 2 |
+
|
| 3 |
+
protobuf_version = google.protobuf.__version__[0]
|
| 4 |
+
|
| 5 |
+
if protobuf_version == "3":
|
| 6 |
+
from wandb.proto.v3.wandb_telemetry_pb2 import *
|
| 7 |
+
elif protobuf_version == "4":
|
| 8 |
+
from wandb.proto.v4.wandb_telemetry_pb2 import *
|
| 9 |
+
elif protobuf_version == "5":
|
| 10 |
+
from wandb.proto.v5.wandb_telemetry_pb2 import *
|
vllm/lib/python3.10/site-packages/wandb/sdk/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (982 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/sdk/__pycache__/wandb_alerts.cpython-310.pyc
ADDED
|
Binary file (411 Bytes). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/sdk/__pycache__/wandb_config.cpython-310.pyc
ADDED
|
Binary file (11.1 kB). View file
|
|
|
vllm/lib/python3.10/site-packages/wandb/sdk/__pycache__/wandb_init.cpython-310.pyc
ADDED
|
Binary file (41.7 kB). View file
|
|
|