上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 103 下一页
摘要: https://dotnetpattern.com/threading-semaphore C# semaphore allows only a limited number of threads to enter into a critical section. Semaphore is main 阅读全文
posted @ 2024-02-23 09:01 China Soft 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://dotnetpattern.com/threading-countdownevent C# CountdownEvent is a synchronization primitive which unblocks a waiting thread when its receives 阅读全文
posted @ 2024-02-23 08:52 China Soft 阅读(18) 评论(0) 推荐(0) 编辑
摘要: location /{ expires 12h; if ($request_uri ~* "(php|jsp|cgi|asp|aspx)") { expires 0; } proxy_pass http://127.0.0.1:8181; proxy_set_header Host $host; p 阅读全文
posted @ 2024-02-05 21:54 China Soft 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 问题描述 在Chrome浏览器内,https协议的网站内加载http协议的图片,会报以下错误,图片也会加载不出来。 rust 复制代码 Mixed Content: The page at 'https://beef.zz.com/front/#/biz/cultivationList/cultiv 阅读全文
posted @ 2024-02-05 21:44 China Soft 阅读(2803) 评论(0) 推荐(1) 编辑
摘要: redis有5种数据结构,分别如下:5种数据结构python语言对5种数据结构的增删改查 全局函数 1|0redis 连接 import redis pool = redis.ConnectionPool(host='localhost', port=6379, decode_responses=T 阅读全文
posted @ 2024-02-04 11:24 China Soft 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 随着 .NET 8 的发布,一种新的“时尚”应用模型 NativeAOT 开始在各种真实世界的应用中广泛使用。 除了对 NativeAOT 工具链的基本使用外,“NativeAOT”一词还带有原生世界的所有限制,因此您必须知道如何处理这些问题才能正确使用它。 在这篇博客中,我将讨论它们。 基本用法# 阅读全文
posted @ 2024-02-03 11:14 China Soft 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 先看效果图,这是一个比较典型的逻辑推理问题,以下是本地运行的模型和openai gpt3.5的推理对比 本地运行Mixtral-8x7B大模型: chatgpt3.5的回答: 关于Mixtral 8x7B这个就不多介绍了,但凡在关注开源大模型的朋友应该知道这个模型是目前市场上最具竞争力的开源大型模型 阅读全文
posted @ 2024-01-27 09:44 China Soft 阅读(82) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/waldron/p/17956708 转载至我的博客 ,公众号:架构成长指南 在金融系统中,我们会跟钱打交道,而保证在高并发下场景下,对账户余额操作的一致性,是非常重要的,如果代码写的时候没考虑并发一致性,就会导致资损,本人在金融行业干了 8 年多,对 阅读全文
posted @ 2024-01-11 21:08 China Soft 阅读(18) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/648924115 本文试图以最清晰的方式手动推导 Transformers 每一步的参数量到显存、计算量问题。理解底层,才能更好的做训练和优化。可能是目前最全的大模型显存优化方案分析。 本文内容包括(1)模型训练和推理过程中的显存占用(2) 阅读全文
posted @ 2023-12-26 22:44 China Soft 阅读(865) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1sr4y1f7zb/?spm_id_from=333.337.search-card.all.click&vd_source=5915658c5ddf11e1348dbb36220e3768 阅读全文
posted @ 2023-12-24 22:37 China Soft 阅读(39) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 103 下一页