积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(409)Weblate(302)Blender(37)KiCad(17)产品与服务(14)人工智能(12)Krita(9)版本控制(6)Apache OFBiz(6)GIMP(5)

语言

全部英语(271)中文(简体)(121)中文(繁体)(10)日语(2)zh(2)韩语(1)kor(1)ro(1)

格式

全部PDF文档 PDF(236)其他文档 其他(173)
 
本次搜索耗时 0.064 秒,为您找到相关结果约 409 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • KiCad
  • 产品与服务
  • 人工智能
  • Krita
  • 版本控制
  • Apache OFBiz
  • GIMP
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • zh
  • 韩语
  • kor
  • ro
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Trends Artificial Intelligence

    Richard Hirsh; John McCallum; OpenAI Details on Page 138 0 Years 72 Years Electric Power Computer Memory AI Inference AI Monetization Threats = Rising Competition + Open-Source Momentum + China’s Rise its 365 product suite 3/23: Anthropic releases Claude, its AI assistant focused on safety & inter- pretability 3/24: USA Department of Homeland Security unveils its AI Roadmap 11/23: 28 countries, including USA, EU members & China, sign Bletchley Declaration on AI Safety 4/24: Meta Platforms releases its open- source** Llama 3 model with 70B parameters
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 Google C++ Style Guide

    ownership with smart pointers. “Ownership” is a bookkeeping technique for managing dynamically allocated memory (and other resources). The owner of a dynamically allocated object is an object or function that the last std::shared_ptr is destroyed. • It’s virtually impossible to manage dynamically allocated memory without some sort of ownership logic. • Transferring ownership of an object can be cheaper than copying readabil- ity and complexity costs. • APIs that transfer ownership force their clients into a single memory man- agement model. • Code using smart pointers is less explicit about where the resource releases
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • pdf文档 DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

    conversational sessions, which encompass various domains such as math, code, writing, reasoning, safety, and more, to perform Supervised Fine-Tuning (SFT) for DeepSeek-V2 Chat (SFT). Finally, we follow the KV joint compression in MLA reduces the KV cache. Moreover, in order to reduce the activation memory during training, we also perform 7 low-rank compression for the queries, even if it cannot reduce relatively few activated parameters, and a portion of the operators are recomputed to save acti- vation memory, it can be trained without the necessity of tensor parallelism, thereby decreasing the communication
    0 码力 | 52 页 | 1.23 MB | 1 年前
    3
  • epub文档 Krita 5.2 Manual

    the computer only needs to remember how white a color is. This is why grayscale is more efficient memory-wise. In fact, if you look at each channel separately, they also look like grayscale images, but system, so it can ask it for a lot of these things: It would like to display things, and use the memory, and so on. Most importantly, it would like to get information from the tablet! But it can’t! Turns spaces, and layer color spaces, the latter which can save memory if used right. For example, having a line art layer in grayscale can half the memory costs. Image color space vs layer color space vs conversion
    0 码力 | 1502 页 | 79.07 MB | 1 年前
    3
  • epub文档 The Weblate Manual 2.2

    S. See also MT_APERTIUM_KEY, http://www.apertium.org/ Glosbe Free dictionary and translation memory for almost every living language. API is free to use, regarding indicated data source license. There com/translator/, https://datamarket.azure.com/developer/applications/ MyMemory Huge translation memory with machine translation. Free, anonymous usage is currently limited to 100 requests/day, or to MACHINE_TRANSLATION_SERVICES. See also http://www.open-tran.eu/ tmserver You can run your own translation memory server which is bundled with Translate- toolkit and let Weblate talk to it. You can also use it with
    0 码力 | 160 页 | 473.95 KB | 1 年前
    3
  • epub文档 The Weblate Manual 2.1

    S. See also MT_APERTIUM_KEY, http://www.apertium.org/ Glosbe Free dictionary and translation memory for almost every living language. API is free to use, regarding indicated data source license. There com/translator/, https://datamarket.azure.com/developer/applications/ MyMemory Huge translation memory with machine translation. Free, anonymous usage is currently limited to 100 requests/day, or to MACHINE_TRANSLATION_SERVICES. See also http://www.open-tran.eu/ tmserver You can run your own translation memory server which is bundled with Translate- toolkit and let Weblate talk to it. You can also use it with
    0 码力 | 160 页 | 473.21 KB | 1 年前
    3
  • epub文档 The Weblate Manual 2.3

    . See also MT_APERTIUM_KEY, https://www.apertium.org/ Glosbe Free dictionary and translation memory for almost every living language. API is free to use, regarding indicated data source license. There com/translator/, https://datamarket.azure.com/developer/applications/ MyMemory Huge translation memory with machine translation. Free, anonymous usage is currently limited to 100 requests/day, or to MT_MYMEMORY_USER, MT_MYMEMORY_KEY, http://mymemory.translated.net/ tmserver You can run your own translation memory server which is bundled with Translate- toolkit and let Weblate talk to it. You can also use it with
    0 码力 | 168 页 | 478.30 KB | 1 年前
    3
  • pdf文档 The Weblate Manual 2.3

    See also: MT_APERTIUM_KEY, https://www.apertium.org/ Glosbe Free dictionary and translation memory for almost every living language. API is free to use, regarding indicated data source license. There com/translator/, https://datamarket.azure.com/developer/applications/ MyMemory Huge translation memory with machine translation. Free, anonymous usage is currently limited to 100 requests/day, or to MT_MYMEMORY_USER, MT_MYMEMORY_KEY, http://mymemory.translated.net/ tmserver You can run your own translation memory server which is bundled with Translate-toolkit and let Weblate talk to it. You can also use it with
    0 码力 | 129 页 | 739.30 KB | 1 年前
    3
  • pdf文档 The Weblate Manual 2.4

    See also: MT_APERTIUM_KEY, https://www.apertium.org/ Glosbe Free dictionary and translation memory for almost every living language. API is free to use, regarding indicated data source license. There com/translator/, https://datamarket.azure.com/developer/applications/ MyMemory Huge translation memory with machine translation. Free, anonymous usage is currently limited to 100 requests/day, or to MT_MYMEMORY_USER, MT_MYMEMORY_KEY, http://mymemory.translated.net/ tmserver You can run your own translation memory server which is bundled with Translate-toolkit and let Weblate talk to it. You can also use it with
    0 码力 | 150 页 | 1.22 MB | 1 年前
    3
  • epub文档 The Weblate Manual 2.4

    . See also MT_APERTIUM_KEY, https://www.apertium.org/ Glosbe Free dictionary and translation memory for almost every living language. API is free to use, regarding indicated data source license. There com/translator/, https://datamarket.azure.com/developer/applications/ MyMemory Huge translation memory with machine translation. Free, anonymous usage is currently limited to 100 requests/day, or to MT_MYMEMORY_USER, MT_MYMEMORY_KEY, http://mymemory.translated.net/ tmserver You can run your own translation memory server which is bundled with Translate- toolkit and let Weblate talk to it. You can also use it with
    0 码力 | 188 页 | 878.50 KB | 1 年前
    3
共 409 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 41
前往
页
相关搜索词
TrendsArtificialIntelligenceGoogleC++StyleGuideDeepSeekV2StrongEconomicalandEfficientMixtureofExpertsLanguageModelKrita5.2ManualTheWeblate2.22.12.32.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩