Category : github

github
cloudflare / orange

Welcome to Orange Meets Orange Meets is a demo application built using Cloudflare Calls. To build your own WebRTC application using Cloudflare Calls, get started in the Cloudflare Dashboard. Try the demo here! Variables Go to the Cloudflare Calls dashboard and create an application. Put these variables into .dev.vars CALLS_APP_ID=<APP_ID_GOES_HERE> CALLS_APP_SECRET=<SECRET_GOES_HERE> Development npm run dev Open up http://127.0.0.1:8787 and you should be ready to go! Deployment M…

  • понедельник, 8 апреля 2024 г. в 00:00:02
github
myshell-ai / JetMoE

Reaching LLaMA2 Performance with 0.1M DollarsJetMoE: Reaching LLaMA2 Performance with 0.1M Dollars   Key Messages JetMoE-8B is trained with less than $ 0.1 million1 cost but outperforms LLaMA2-7B from Meta AI, who has multi-billion-dollar training resources. LLM training can be much cheaper than people previously thought. JetMoE-8B is fully open-sourced and academia-friendly because: It only uses public datasets for training, and the code is open-sourced. No proprietary resourc…

  • понедельник, 8 апреля 2024 г. в 00:00:01
github
avito-tech / backend-trainee-assignment-2024

Тестовое задание для стажёра Backend Сервис баннеров В Авито есть большое количество неоднородного контента, для которого необходимо иметь единую систему управления.  В частности, необходимо показывать разный контент пользователям в зависимости от их принадлежности к какой-либо группе. Данный контент мы будем предоставлять с помощью баннеров. Описание задачи Необходимо реализовать сервис, который позволяет показывать пользователям баннеры, в зависимости от требуемой фичи и тега пользователя, а …

  • воскресенье, 7 апреля 2024 г. в 00:00:02
github
FoundationVision / VAR

[GPT beats diffusion🔥] [scaling laws in visual generation📈] Official impl. of "Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction"VAR: a new visual generation method elevates GPT-style models beyond diffusion🚀 & Scaling laws observed📈       This is the official PyTorch implementation of Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction. 🕹️ Try and Play with VAR! We provide a demo website for you to play with VAR model…

  • воскресенье, 7 апреля 2024 г. в 00:00:01
github
availproject / avail

Avail Node Official Client for the Avail blockchain Running Avail Node Manually To manually run the Avail Node, you'll need to have the following dependencies installed: Rust Substrate dependencies After ensuring you have the dependencies installed, you can run the Avail Node using the following command: mkdir -p output cargo run --locked --release -- --chain mainnet -d ./output This command compiles and runs the Avail Node connected to the Mainnet Network. 2024-03-05 12:31:25 Avai…

  • суббота, 6 апреля 2024 г. в 00:00:10
github
actions / setup-node

Set up your GitHub Actions workflow with a specific version of node.jssetup-node This action provides the following functionality for GitHub Actions users: Optionally downloading and caching distribution of the requested Node.js version, and adding it to the PATH Optionally caching npm/yarn/pnpm dependencies Registering problem matchers for error output Configuring authentication for GPR or npm Usage See action.yml - uses: actions/setup-node@v4 with: # Version Spec of the version t…

  • суббота, 6 апреля 2024 г. в 00:00:09
github
availproject / availup

Availup To run an Avail light client, simply run the following command: curl -sL1 avail.sh | bash or, with wget: wget --https-only --secure-protocol=TLSv1_2 --quiet -O - avail.sh | bash You can pass additional flags to the script like: curl -sL1 avail.sh | bash -s -- --network goldberg Currently available flags are: network: can be one of the following: [goldberg, local] config: path to the configuration file, availup will generate a config if this flag is not specified This flag is always re…

  • суббота, 6 апреля 2024 г. в 00:00:07
github
aurora-develop / aurora

freeAURORA README_EN (带UI)免费的GPT3.5,支持使用3.5的access 调用 Web端 访问 http://127.0.0.1:8080/web 即可 注:仅ip属地支持免登录使用ChatGpt可以使用(也可以自定义Baseurl来绕过限制) Deploy Render部署 编译部署 git clone https://github.com/aurora-develop/aurora cd aurora go build -o aurora chmod +x ./aurora ./aurora Docker部署 Docker部署 您需要安装Docker和Docker Compose。 docker run -d \ --name aurora \ -p 8080:8080 \ ghcr.io/aurora-develop/aurora:latest Docker Compose部署 创建一个新的目录,例如aurora-app,并进入该目录: mkdir aurora cd aurora 在此目录中下载库中的docker-compose.ym…

  • суббота, 6 апреля 2024 г. в 00:00:06
github
nilsherzig / LLocalSearch

LLocalSearch is a completely locally running search aggregator using LLM Agents. The user can ask a question and the system will use a chain of LLMs to find the answer. The user can see the progress of the agents and the final answer. No OpenAI or Google API keys are needed.LLocalSearch ImportantI've pushed some very important performance upgrades and hotfixes to the container registry. Please run "docker-compose pull" to update your containers. 05.04.2024 switching the embedding mo…

  • суббота, 6 апреля 2024 г. в 00:00:05