摘要:
apt update sudo apt install ubuntu-drivers-common apt install nvidia-driver-550pip install uv uv venv --python=3.12 source .venv/bin/activate git clon 阅读全文
posted @ 2025-12-21 00:00
贝隆
阅读(2)
评论(0)
推荐(0)
|
摘要:
apt update sudo apt install ubuntu-drivers-common apt install nvidia-driver-550pip install uv uv venv --python=3.12 source .venv/bin/activate git clon 阅读全文
posted @ 2025-12-21 00:00
贝隆
阅读(2)
评论(0)
推荐(0)
摘要:
国际平台 Google Colab 特点:基于云端的交互式编程环境,支持Jupyter Notebook,与Google Drive集成,适合机器学习和数据分析。 资源:提供多种GPU选项,如Nvidia K80、T4、P4和P100,显存约15GB。 使用限制:单次使用时长最多12小时,空闲超时为 阅读全文
posted @ 2025-12-19 00:15
贝隆
阅读(2)
评论(0)
推荐(0)
摘要:
def generate_html_table(data, merged_regions=None, is_header=False): """ 根据二维数组和合并区域生成HTML表格 参数: data: 二维列表,表示表格数据 merged_regions: 列表,每个元素是(row_min, c 阅读全文
posted @ 2025-12-12 02:48
贝隆
阅读(7)
评论(0)
推荐(0)
摘要:
cat /tmp/ray/session_latest/logs/dashboard_agent.logsudo apt install nvidia-utils-510 import ray import os ray.init() @ray.remote def f(x): return x * 阅读全文
posted @ 2025-12-04 00:27
贝隆
阅读(4)
评论(0)
推荐(0)
摘要:
import json from collections import defaultdict from typing import List, Dict, Any, Optional from docx import Document from llama_index.core.schema im 阅读全文
posted @ 2025-11-05 23:44
贝隆
阅读(6)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/The_Thieves/article/details/148650416?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~defaul 阅读全文
posted @ 2025-10-28 23:35
贝隆
阅读(5)
评论(0)
推荐(0)
摘要:
from llama_index.core import Document from typing import Dict, Any, Optional, List from pydantic import Field import json class CustomDocument(Documen 阅读全文
posted @ 2025-10-19 22:00
贝隆
阅读(9)
评论(0)
推荐(0)
摘要:
https://github.com/docling-project/docling/blob/main/docling/backend/msword_backend.py https://www.zhihu.com/question/1961862463881451508/answer/19618 阅读全文
posted @ 2025-10-18 16:42
贝隆
阅读(9)
评论(0)
推荐(0)
摘要:
flytectl demo start --image cr.flyte.org/flyteorg/flyte-sandbox-bundled:latest https://helm.flyte.org/ helm repo add flyteorg https://helm.flyte.org h 阅读全文
posted @ 2025-10-01 20:55
贝隆
阅读(11)
评论(0)
推荐(0)
摘要:
https://www.union.ai/docs/v1/flyte/tutorials/model-training/forecasting-sales/ 部署spark https://blog.csdn.net/weixin_42478365/article/details/132810526 阅读全文
posted @ 2025-10-01 18:57
贝隆
阅读(12)
评论(0)
推荐(0)
|