Category : github

github
amitsangani / Llama-2

All the projects related to LlamaLlama Welcome to my Repo! :smile: This repository contains notebooks: That can be run on Google Colab to understand how to use Llama 2 models Examples of fine-tuning Llama 2 models with different datasets (you can) Prompt-engineering with open source tools/frameworks such as Langchain, FAISS, etc and other fun stuff you can do with Llama!

  • четверг, 14 декабря 2023 г. в 00:00:02
github
allenai / papermage

library supporting NLP and CV research on scientific paperspapermage Setup conda create -n papermage python=3.9 conda activate papermage pip install -e '.[dev,predictors,visualizers]' If you're on MacOSX, you'll also want to run: conda install poppler Unit testing python -m pytest for latest failed test python -m pytest --lf --no-cov -n0 for specific test name of class name python -m pytest -k 'TestPDFPlumberParser' --no-cov -n0 Quick start 1. Create a Document for the …

  • среда, 13 декабря 2023 г. в 00:00:10
github
llmware-ai / llmware

Providing enterprise-grade LLM-based development framework, tools, and fine-tuned models.llmware llmware is a unified, open, extensible framework for LLM-based application patterns including Retrieval Augmented Generation (RAG). This project provides a comprehensive set of tools that anyone can use – from beginner to the most sophisticated AI developer – to rapidly build industrial-grade enterprise LLM-based applications. Key differentiators include: source citation for Q & A scenarios, …

  • среда, 13 декабря 2023 г. в 00:00:09
github
KovenYu / WonderJourney

Coming soon!

  • среда, 13 декабря 2023 г. в 00:00:08
github
HuolalaTech / page-spy-web

Debug remotely and easily like chrome devtools. Page Spy English | 中文 介绍 PageSpy 是一款用来调试远程 Web 项目的工具。 基于对原生 API 的封装,它将调用原生方法时的参数进行过滤、转化,整理成格式规范的消息供调试端消费;调试端收到消息数据,提供类控制台可交互式的功能界面将数据呈现出来。 何时使用? 任何无法在本地使用控制台调试的场景,都是 PageSpy 可以大显身手的时候!一起来看下面的例子: 本地调试 H5、Webview 应用:以往有些产品提供了可以在 H5 上查看信息的面板,但移动端屏幕太小操作不便、显示不友好,以及信息被截断等问题; 远程办公、跨地区协同:传统沟通方式如邮件、电话、视频会议等,沟通效率不高、故障信息不全面,容易误解误判; 用户终端上出现白屏问题:传统定位问题的方式包括数据监控、日志分析等,这些方式依赖排障人员要理解业务需求场景、技术实现; 此类问题的共同点是开发者无法像使用控制台一样查看运行信息。 对此 PageSpy 提供项目运行现场…

  • среда, 13 декабря 2023 г. в 00:00:06
github
asset-group / 5ghoul-5g-nr-attacks

5Ghoul - 5G NR Attacks & 5G OTA Fuzzing Proof of Concept (PoC) of 5G NR Attacks against commercial smartphones, CPE routers, USB Modems, etc. Fuzzer included⚡. 5Ghoul is family of implementation-level 5G DoS vulnerabilities affecting Qualcomm and MediaTek mobile platforms. For more details, see https://asset-group.github.io/disclosures/5ghoul/ Table of Contents 📋 Requirements ⏩ Quick Start ☢️ Launching a 5Ghoul attack 3.1. Summary of Available Attacks 3.2. Create your own 5G explo…

  • вторник, 12 декабря 2023 г. в 00:00:11
github
SqueezeAILab / LLMCompiler

LLMCompiler: An LLM Compiler for Parallel Function CallingLLMCompiler: An LLM Compiler for Parallel Function Calling [Paper] LLMCompiler is a framework that enables an efficient and effective orchestration of parallel function calling with LLMs, including both open-source and close-source models, by automatically identifying which tasks can be performed in parallel and which ones are interdependent. TL;DR: The reasoning capabilities of LLMs enable them to execute multiple function calls, using…

  • вторник, 12 декабря 2023 г. в 00:00:09
github
zhyever / PatchFusion

An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation PatchFusion An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation Zhenyu Li, Shariq Farooq Bhat, Peter Wonka. KAUST DEMO Our official huggingface demo is available here! You can have a test with your own high-resolution image, even without a local GPU! It only takes 1min for depth prediction plus controlnet generation! Thanks for the kind support from hysts! …

  • вторник, 12 декабря 2023 г. в 00:00:09
github
ast-grep / ast-grep

⚡A CLI tool for code structural search, lint and rewriting. Written in Rust ast-grep(sg) ast-grep(sg) is a CLI tool for code structural search, lint, and rewriting. Introduction ast-grep is a AST-based tool to search code by pattern code. Think it as your old-friend grep but it matches AST nodes instead of text. You can write patterns as if you are writing ordinary code. It will match all code that has the same syntactical structure. You can use $ sign + upper case…

  • вторник, 12 декабря 2023 г. в 00:00:08