本地部署大语言模型-DeepSeek
DeepSeek 是国内顶尖 AI 团队「深度求索」开发的多模态大模型,具备数学推理、代码生成等深度能力,堪称"AI界的六边形战士"。
Hostease AMD 9950X/96G/3.84T NVMe/1G/5IP/RTX4090 GPU服务器提供多种计费模式。
DeepSeek-R1-32B配置
| 配置项 | 规格要求 |
| CPU | 16 核以上(如 AMD Ryzen 9950) |
| 内存 | 96GB |
| 硬盘 | 960GB |
| 显卡 | 24GB+ 显存(如 RTX 4090) |
# cat cpuinfo |grep name|head -1
model name : AMD Ryzen 9 9950X 16-Core Processor
# nvidia-smi
Sun Mar 2 14:51:30 2025
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.183.01 Driver Version: 535.183.01 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 4090 Off | 00000000:01:00.0 Off | Off |
| 0% 27C P8 5W / 450W | 495MiB / 24564MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
安装步骤(略写)
apt update
apt install nvidia-driver-535 -y
curl -fsSL https://ollama.com/install.sh | sh
ollama run deepseek-r1:32b-qwen-distill-q4_K_M --verbose
创建对话返回结果
>>> which is bigger,9.8 or 9.11?
<think>
Alright, so I'm trying to figure out whether 9.8 is bigger than 9.11 or not. At first glance, it seems like both numbers are pretty close to each
other since they both start with a 9 and then have some decimal parts. But wait, maybe there's something more to it.Okay, let me break this down step by step. First, I need to understand what these decimals represent. So, 9.8 can be read as nine plus eight
tenths, right? And 9.11 is nine plus eleven hundredths. Hmm, that makes sense. Now, the question is asking which one is bigger.Maybe it would help if I line them up vertically to compare the digits after the decimal point more easily:```9.809.11
```By adding a zero to 9.8 to make it 9.80, we can see that both numbers have two decimal places now. This should make the comparison straightforward.Now, let's look at the tenths place first:- For 9.80, the tenths digit is 8.
- For 9.11, the tenths digit is 1.Okay, so right here, it seems like 8 is greater than 1. That would mean that 9.80 is bigger because its tenths place is larger than the tenths
place of 9.11.But wait a second—is there something else I should consider? Maybe rounding or anything like that?Well, since both numbers are already given to two decimal places and we've added an extra zero to make them consistent, I think it's safe to say
that no further adjustment is necessary.Still, just to be thorough, let me convert these decimals into fractions to see if there's a difference in their values.For 9.80:- 0.80 as a fraction is the same as \( \frac{80}{100} \), which simplifies down to \( \frac{4}{5} \).So, 9.80 is equal to \( 9 + \frac{4}{5} = \frac{45}{5} + \frac{4}{5} = \frac{49}{5} \).For 9.11:- 0.11 as a fraction is approximately \( \frac{11}{100} \).So, 9.11 is equal to \( 9 + \frac{11}{100} = \frac{900}{100} + \frac{11}{100} = \frac{911}{100} \).Now, let's compare these two fractions:- \( \frac{49}{5} = 9.8 \)
- \( \frac{911}{100} = 9.11 \)To see which one is bigger, I can convert both to have the same denominator or find a common basis for comparison.Let's try finding equivalent fractions with the same denominator:The denominators are 5 and 100. Since 100 is a multiple of 5 (specifically, \( \frac{100}{5} = 20 \)), I'll convert both fractions to have a
denominator of 100.For \( \frac{49}{5} \):- Multiply numerator and denominator by 20: \( \frac{49 \times 20}{5 \times 20} = \frac{980}{100} \).So, \( \frac{49}{5} = \frac{980}{100} \).Now we have:- \( \frac{980}{100} \) (which is 9.8)
- \( \frac{911}{100} \) (which is 9.11)Comparing the numerators directly, since both fractions have the same denominator:- 980 > 911This means that \( \frac{980}{100} > \frac{911}{100} \), or in other words, 9.8 is greater than 9.11.Wait a minute—this contradicts what I thought earlier where the tenths place indicated that 9.8 was bigger because of having an 8 instead of a 1 in
the tenths place. But when converting to fractions with the same denominator, it's clear that even though both numbers have nine as their whole
number part, the decimal parts make a difference.But according to my calculations:- 9.8 is larger than 9.11 because \( \frac{49}{5} \) (or \( \frac{980}{100} \)) is greater than \( \frac{911}{100} \).So, this further confirms that 9.8 is bigger.Is there anything else I need to consider? Maybe looking at the hundredths place?Well, since we've already converted both numbers to have the same denominator and confirmed that 9.8 has a larger numerator in the hundredths place
as well (\( \frac{980}{100} \) vs. \( \frac{911}{100} \)), I think we can confidently say that 9.8 is indeed bigger than 9.11.Additionally, thinking about it on a number line might help visualize this:- If you imagine the numbers from 9 to 10:- 9.8 would be closer to 10.- 9.11 would be much closer to 9.Therefore, 9.8 is further along towards 10 and thus larger than 9.11.But just to ensure there's no mistake in the fraction conversion, let me double-check:- \( \frac{49}{5} = 9.8 \) since \( 49 ÷ 5 = 9.8 \).That seems correct because 5 times 9 is 45, and 49 minus 45 leaves a remainder of 4, so \( \frac{4}{5} = 0.8 \), making it 9.8.And for \( \frac{911}{100} \):- \( 911 ÷ 100 = 9.11 \).Yes, that's accurate because dividing by 100 moves the decimal point two places to the left.So everything checks out mathematically.Is there any alternative way to think about this?Perhaps considering money as an analogy:- If you have $9.80 and $9.11:- You'd obviously have more with $9.80 than with $9.11.This real-world scenario aligns with the mathematical conclusion that 9.8 is bigger.Alternatively, think of it in terms of measurements:- If something measures 9.8 centimeters and another measures 9.11 centimeters:- The first one would be longer than the second one.All these analogies reinforce the idea that 9.8 is indeed larger than 9.11.So, after carefully analyzing through different methods—decimal comparison, fraction conversion, number line visualization, and real-life
analogies—it becomes clear that 9.8 is bigger than 9.11.
</think>To determine which number is larger between \( 9.8 \) and \( 9.11 \), we can follow these steps:1. **Understand the Numbers**:- \( 9.8 \) is equivalent to \( 9.80 \).- Both numbers have a whole number part of 9.2. **Compare the Decimal Parts**:- The decimal part of \( 9.8 \) (or \( 9.80 \)) is 0.80.- The decimal part of \( 9.11 \) is 0.11.- Since \( 0.80 > 0.11 \), the decimal part of \( 9.8 \) is larger.3. **Conclusion**:- Therefore, \( 9.8 \) is bigger than \( 9.11 \).Final Answer:
\[
\boxed{9.8}
\]eval count: 501 token(s)
eval duration: 12.478s
eval rate: 40.15 tokens/s>>>
Web页面返回对话,2个数字比大小结果

相关文章:
本地部署大语言模型-DeepSeek
DeepSeek 是国内顶尖 AI 团队「深度求索」开发的多模态大模型,具备数学推理、代码生成等深度能力,堪称"AI界的六边形战士"。 Hostease AMD 9950X/96G/3.84T NVMe/1G/5IP/RTX4090 GPU服务器提供多种计费模式。 DeepSeek-R1-32B配置 配置项 规…...
adb的安装
1、概念 (1)adb(android debug bridge)安卓调试桥,用于完成电脑和手机之间的通信控制。 (2)xcode来完成对于ios设备的操控,前提是有个mac电脑。 2、adb的安装 (1&…...
Python 如何实现 Markdown 记账记录转 Excel 存储
文章精选推荐 1 JetBrains Ai assistant 编程工具让你的工作效率翻倍 2 Extra Icons:JetBrains IDE的图标增强神器 3 IDEA插件推荐-SequenceDiagram,自动生成时序图 4 BashSupport Pro 这个ides插件主要是用来干嘛的 ? 5 IDEA必装的插件&…...
随机播放音乐 伪随机
import java.util.*;/*** https://cloud.tencent.com.cn/developer/news/1045747* 伪随机播放音乐*/ public class MusicPlayer {private List<String> allSongs; // 所有歌曲列表private List<String> playedSongs; // 已经播放过的歌曲列表private Map<String…...
latex 环境配置
编译器可选 miktex和 tex live ① miktex 下载地址 Portable 版本用的也是 Installer版的安装程序 basic-miktex-24.1-x64.exe,但是需要修改文件名为 miktex-portable.exe ├──texmfs │ ├─config │ ├─data │ └─install │ └─miktex/…...
fortify安全扫描Access Control: Database问题解决
概述 Access Control: Database说白了就是权限控制。在访问数据库(sql和nosql)需要加入当前用户的权限控制。不然会被fortify扫描出来,认为客户端可能不挟持和假冒,从而导致数据被泄露。 但是这个并不是任何时候都需要的,有的接口本来…...
Java 设计模式:软件开发的精髓与艺
目录 一、设计模式的起源二、设计模式的分类1. 创建型模式2. 结构型模式3. 行为型模式三、设计模式的实践1. 单例模式2. 工厂模式3. 策略模式四、设计模式的优势五、设计模式的局限性六、总结在软件开发的浩瀚星空中,设计模式犹如一颗颗璀璨的星辰,照亮了开发者前行的道路。它…...
初学者如何用 Python 写第一个爬虫?
?? 欢迎来到我的博客! 非常高兴能在这里与您相遇。在这里,您不仅能获得有趣的技术分享,还能感受到轻松愉快的氛围。无论您是编程新手,还是资深开发者,都能在这里找到属于您的知识宝藏,学习和成长。 ?? …...
Cocos Creator3.8.6拖拽物体的几种方式
文章目录 前言一、第一种通过UILocation二、第二种通过UIDelta实现总结 前言 在游戏开发中,拖拽物体是一个非常常见的交互功能,无论是用于UI元素的拖动,还是场景中物体的移动,拖拽操作都能极大地提升用户体验。Cocos Creator 3.8…...
分布式Session
我用「餐厅点餐代码实战」帮你彻底搞懂分布式Session,看完不仅能应对面试,还能直接应用到实际开发。先记住这个核心矛盾:多服务员如何记住同一顾客的喜好? 一、从生活场景理解Session的本质 传统单机场景(小餐馆&…...
Kotlin 运算符重载
在Kotlin中,常用的运算符重载函数名如下: 1.算术操作符: 加法:plus 减法:minus 乘法:times 除法:div 取模:rem 或 mod 整数除法:floorDiv 求幂:pow 自增&…...
OpenHarmony4.1-轻量与小型系统ubuntu开发环境
因OpenHarmony官网提供包含轻量、小型与标准系统的全量代码非常宠大,解包后大概需要70G以上硬盘空间,如要编译标准系统则需要140G以上空间。 如硬盘空间有限与只使用轻量/小型OpenHarmony系统,则可以下载并直接使用本人裁剪源码过的ubuntu硬盘…...
AVR 单片机硬件供电处理
摘自AVR 单片机应用笔记:AN2519 - AVR Microcontroller Hardware Design Considerations。 2. 供电 供电设计是任何硬件设计的关键一环,直接影响到系统的性能。在设计供电时,有两个重要的方面需要考虑:ESD 防护和噪声干扰。这些内…...
LeetCode 27 移除元素
LeetCode 27 - 移除元素(Remove Element)是一个简单但经典的双指针问题,主要考察数组操作的基本功。虽然问题容易,但掌握多种解法以及衍生的变体问题对解决更复杂的操作数组问题有帮助。 题目描述 输入:整数数组 nums…...
对“预训练”的理解
预训练有什么用 传统的机器学习是偏数学的,对数据的量不做过多要求,而深度学习的项目通常是有大量的数据可供使用。 在平常的任务或者项目中,我们可能并没有大量数据,只有少量数据,在这时我们就可以通过“借用”有大…...
论文阅读:CAN GENERATIVE LARGE LANGUAGE MODELS PERFORM ASR ERROR CORRECTION?
CAN GENERATIVE LARGE LANGUAGE MODELS PERFORM ASR ERROR CORRECTION? 生成式大语言模型能否进行自动语音识别(ASR)纠错? https://arxiv.org/pdf/2307.04172 文章目录 速览常规总结通俗版 摘要(Abstract)2. 引言&a…...
Stable Diffusion(SD)系列模型及关联算法深度解析
一、基础模型架构演进 SD v1.5 核心架构:基于Latent Diffusion Model(LDM),通过VAE将图像压缩至潜空间进行扩散训练,支持512x512分辨率生成,兼容二次元与写实风格混合创作12。 训练数据&…...
FPGA开发,使用Deepseek V3还是R1(3):系统级与RTL级
以下都是Deepseek生成的答案 FPGA开发,使用Deepseek V3还是R1(1):应用场景 FPGA开发,使用Deepseek V3还是R1(2):V3和R1的区别 FPGA开发,使用Deepseek V3还是R1&#x…...
logback日志输出配置范例
logback日志输出配置范例 在wutool中,提供了logback日志输出配置范例,实现日志文件大小限制、滚动覆盖策略、定时清理等功能。 关于wutool wutool是一个java代码片段收集库,针对特定场景提供轻量解决方案,只要按需选择代码片段…...
【开源免费】基于SpringBoot+Vue.JS酒店管理系统(JAVA毕业设计)
本文项目编号 T 224 ,文末自助获取源码 \color{red}{T224,文末自助获取源码} T224,文末自助获取源码 目录 一、系统介绍二、数据库设计三、配套教程3.1 启动教程3.2 讲解视频3.3 二次开发教程 四、功能截图五、文案资料5.1 选题背景5.2 国内…...
日语AI面试高效通关秘籍:专业解读与青柚面试智能助攻
在如今就业市场竞争日益激烈的背景下,越来越多的求职者将目光投向了日本及中日双语岗位。但是,一场日语面试往往让许多人感到步履维艰。你是否也曾因为面试官抛出的“刁钻问题”而心生畏惧?面对生疏的日语交流环境,即便提前恶补了…...
【力扣数据库知识手册笔记】索引
索引 索引的优缺点 优点1. 通过创建唯一性索引,可以保证数据库表中每一行数据的唯一性。2. 可以加快数据的检索速度(创建索引的主要原因)。3. 可以加速表和表之间的连接,实现数据的参考完整性。4. 可以在查询过程中,…...
在HarmonyOS ArkTS ArkUI-X 5.0及以上版本中,手势开发全攻略:
在 HarmonyOS 应用开发中,手势交互是连接用户与设备的核心纽带。ArkTS 框架提供了丰富的手势处理能力,既支持点击、长按、拖拽等基础单一手势的精细控制,也能通过多种绑定策略解决父子组件的手势竞争问题。本文将结合官方开发文档,…...
前端倒计时误差!
提示:记录工作中遇到的需求及解决办法 文章目录 前言一、误差从何而来?二、五大解决方案1. 动态校准法(基础版)2. Web Worker 计时3. 服务器时间同步4. Performance API 高精度计时5. 页面可见性API优化三、生产环境最佳实践四、终极解决方案架构前言 前几天听说公司某个项…...
Matlab | matlab常用命令总结
常用命令 一、 基础操作与环境二、 矩阵与数组操作(核心)三、 绘图与可视化四、 编程与控制流五、 符号计算 (Symbolic Math Toolbox)六、 文件与数据 I/O七、 常用函数类别重要提示这是一份 MATLAB 常用命令和功能的总结,涵盖了基础操作、矩阵运算、绘图、编程和文件处理等…...
工业自动化时代的精准装配革新:迁移科技3D视觉系统如何重塑机器人定位装配
AI3D视觉的工业赋能者 迁移科技成立于2017年,作为行业领先的3D工业相机及视觉系统供应商,累计完成数亿元融资。其核心技术覆盖硬件设计、算法优化及软件集成,通过稳定、易用、高回报的AI3D视觉系统,为汽车、新能源、金属制造等行…...
什么?连接服务器也能可视化显示界面?:基于X11 Forwarding + CentOS + MobaXterm实战指南
文章目录 什么是X11?环境准备实战步骤1️⃣ 服务器端配置(CentOS)2️⃣ 客户端配置(MobaXterm)3️⃣ 验证X11 Forwarding4️⃣ 运行自定义GUI程序(Python示例)5️⃣ 成功效果