摘要:
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
贝隆
阅读(14)
评论(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
贝隆
阅读(14)
评论(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
贝隆
阅读(12)
评论(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)
摘要:
https://mp.weixin.qq.com/s/OHxKv6Vr-Bg8lw4A2UDdAw sudo usermod -aG docker $USER && newgrp docker minikube start --kubernetes-version=v1.33.1 --image-m 阅读全文
posted @ 2025-09-29 22:49
贝隆
阅读(7)
评论(0)
推荐(0)
摘要:
https://app.prefect.cloud/account/e92c46e8-d797-4688-95c2-f14c4597b4f0/workspace/ee283a78-bf05-480e-bbd1-059318f996f1/flows 阅读全文
posted @ 2025-09-27 20:26
贝隆
阅读(10)
评论(0)
推荐(0)
摘要:
代理 创建 ~/.proxyrc 文件,内容如下 #!/bin/bash host_ip=192.168.31.71 export ALL_PROXY="http://$host_ip:7897" 在~/.bashrc 中增加一段初始化 source ~/.proxyrc 这样启动时,就会自动使用代 阅读全文
posted @ 2025-08-17 19:56
贝隆
阅读(43)
评论(0)
推荐(0)
摘要:
设置邮箱 git config --global user.name "xiaof" git config --global user.email "xffit@163.com" 切换代码库 git remote rename origin cs336-origin 登录你的 GitHub 账号。 阅读全文
posted @ 2025-08-17 19:52
贝隆
阅读(8)
评论(0)
推荐(0)
摘要:
参考 https://zhuanlan.zhihu.com/p/1927397109025473129 https://zhuanlan.zhihu.com/p/1931878660807300257#:~:text=所有的代码写到cs336_basics%2F* 下面,然后在adapters.py 阅读全文
posted @ 2025-08-16 09:30
贝隆
阅读(11)
评论(0)
推荐(0)
摘要:
codeblocks https://sourceforge.net/projects/codeblocks/files/Binaries/25.03/Windows/codeblocks-25.03-setup.exe/download 阅读全文
posted @ 2025-08-02 07:40
贝隆
阅读(11)
评论(0)
推荐(0)
摘要:
wsl https://blog.csdn.net/muxuen/article/details/142714487 https://cloud.tencent.com/developer/article/2348012 阅读全文
posted @ 2025-08-01 07:24
贝隆
阅读(7)
评论(0)
推荐(0)
|