main
HuangHai 2 weeks ago
parent ddc903abe0
commit 60994edd0f

@ -1,44 +0,0 @@
conda activate py310
# Core numerical and deep learning libraries
pip install numpy==1.26.4
pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2
pip install accelerate==0.30.1
pip install bitsandbytes==0.43.1
# Video processing utilities
pip install moviepy==1.0.3
pip install git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
# Multi-modal and vision libraries
pip install timm ftfy regex einops fvcore eva-decord==0.6.1 iopath matplotlib types-regex cartopy
# Audio processing and vector databases
pip install ctranslate2==4.4.0 faster_whisper==1.0.3 neo4j hnswlib xxhash nano-vectordb
# Language models and utilities
pip install transformers==4.37.1
pip install tiktoken openai tenacity
# Ensure git-lfs is installed
git lfs install
# Set up git proxy
git config -l
git config --global --unset http.proxy
git config --global --unset https.proxy
# git config --global https.proxy https://127.0.0.1:1080
# Download MiniCPM-V model
git lfs clone https://huggingface.co/openbmb/MiniCPM-V-2_6-int4
# Download Whisper model
git lfs clone https://huggingface.co/Systran/faster-distil-whisper-large-v3
# Download ImageBind checkpoint
mkdir .checkpoints
cd .checkpoints
wget https://dl.fbaipublicfiles.com/imagebind/imagebind_huge.pth
cd ../

@ -0,0 +1 @@
https://bailian.console.aliyun.com/?tab=doc#/api/?type=model&url=https%3A%2F%2Fhelp.aliyun.com%2Fdocument_detail%2F2845871.html

@ -1,33 +0,0 @@
### 一、安装$MathType$ $7.8 $
由于Word中的公式编辑器在编辑数学、化学、生物等公式时并不是特别方便所以可以采用使用插件$MathType$的方式来快速录入$Word$中的公式。
安装、破解、使用,不再赘述。
### 二、手动调整公式格式
但由于格式的差别,其它软件并不能正确读取$MathType$制作的公式,为了让其它软件也能正确读取$Word$中$MathType$制作的公式,还需要一些手动的调整办法。
![](https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/BlogImages/%7Byear%7D/%7Bmonth%7D/%7Bmd5%7D.%7BextName%7D/20250630104228950.png)
![](https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/BlogImages/%7Byear%7D/%7Bmonth%7D/%7Bmd5%7D.%7BextName%7D/20250630104322174.png)
- 鼠标左键点击然后Ctrl+C 复制到内存
![](https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/BlogImages/%7Byear%7D/%7Bmonth%7D/%7Bmd5%7D.%7BextName%7D/20250630104444709.png)
- Ctrl+V 即可
![](https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/BlogImages/%7Byear%7D/%7Bmonth%7D/%7Bmd5%7D.%7BextName%7D/20250630104536077.png)
### 三、测试一下
````cmd
pandoc -f docx -t markdown --extract-media ./images -o c:/1.md D:\dsWork\dsProject\dsRag\Test\化学方程式_CHEMISTRY_1.docx
````
MathType 输入空格 | 多行公式对齐 | 标志符号垂直对齐 | 大括号分段函数对齐 | 方程组对齐 | 矩阵对齐 | 公式编号对齐 | 花体字 空心字 | 论文排版
https://blog.csdn.net/u013669912/article/details/142323661

@ -1,10 +0,0 @@
# 在这里进行搜索 https://modelscope.cn/models
# 1、用命令行下载模型
# modelscope download --model=OpenBMB/MiniCPM-V-2_6-int4 --local_dir d:/model
# modelscope download --model=Systran/faster-distil-whisper-large-v3 --local_dir d:/model
# 2、用代码下载模型
from modelscope import snapshot_download
#snapshot_download('OpenBMB/MiniCPM-V-2_6-int4', cache_dir='d:/model')
snapshot_download('Systran/faster-distil-whisper-large-v3', cache_dir='d:/model')
Loading…
Cancel
Save