# fib_llm **Repository Path**: fangyh/fib_llm ## Basic Information - **Project Name**: fib_llm - **Description**: AI大模型学习 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-24 - **Last Updated**: 2025-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: AI ## README 项目名称:LLMS 功能: 运行环境:python 3.12、conda 安装步骤: conda install -r requirements.txt 运行方法: python main.py 测试报告位置: 项目目录结构: fib_llm # 项目主目录 |- config # 配置文件 |- data # 数据文件 |- docs |- logs |- output |- src |- |-- __init__.py |- |-- utils |- |-- |--__init__.py |- |-- |--io |- |-- __init__.py |- test