• 2024-04-02Llama-recipes Quick start 的调试
    先给出Llama-recipes项目的链接LLaMa环境配置condacreate-nLLamapython=3.10#建立虚拟环境condaactivateLLama#激活虚拟环境按照LLamarecipy安装包cd你的llamarecipy的存放位置pipinstall--extra-index-urlhttps://download.pytorch.org/whl/test/c
  • 2024-01-30llama-recipes fine-tuning 3
    multipleGPUsinsinglenodeclicktoviewthecodetorchrun--nnodes1--nproc_per_node2examples/finetuning.py--enable_fsdp--use_peft--peft_methodlora--datasetmedcqa_dataset--model_namemeta-llama/Llama-2-7b-hf--fsdp_config.pure_bf16--output
  • 2023-11-06MySQL中表复制:create table like 与 create table as select
    1   CREATETABLEALIKEB此种方式在将表B复制到A时候会将表B完整的字段结构和索引复制到表A中来。2.  CREATETABLEAASSELECT*FROMB此种方式只会将表B的字段结构复制到表A中来,但不会复制表B中的索引到表A中来。这种方式比较灵活可以在复制原表表结构的同时指定要复
  • 2023-04-16Semantic Kernel 入门系列 ❤️‍
    SemanticKernel是一种轻量级应用开发框架,用于快速开发融合LLMAI的现代应用。此系列文章,将会从传统软件开发者的角度,逐步认识SemanticKernel,并了解其核心概念和基本的使用方法。
  • 2022-11-17[SpringBoot-Dubbo] 报错:NoClassDefFoundError: org/apache/curator/framework/recipes/cache/NodeCacheList
    NoClassDefFoundError:org/apache/curator/framework/recipes/cache/NodeCacheListener缺少curator依赖<dependency><groupId>org.apache.curator</groupId><ar
  • 2022-11-17Dubbo启动时的错误和缺少的依赖
    Causedby:java.lang.ClassNotFoundException:org.apache.curator.framework.CuratorFrameworkFactory<dependency><groupId>org.apache.curator</groupId><
  • 2022-10-20Elasticsearch 字段折叠的使用
    在Elasticsearch5.x有一个字段折叠(FieldCollapsing,#22337)的功能非常有意思,在这里分享一下, 字段折叠是一个很有历史的需求了,可以看这个issue,编号#256,最初是2010年7月
  • 2022-08-20[Google] LeetCode 2115 Find All Possible Recipes from Given Supplies
    Youhaveinformationaboutndifferentrecipes.Youaregivenastringarrayrecipesanda2Dstringarrayingredients.The\(i\)-threcipehasthenamerecipe