Skip to content

Instantly share code, notes, and snippets.

View rihp's full-sized avatar
🐍
focused on learning more about AI

Media rihp

🐍
focused on learning more about AI
View GitHub Profile
3:25PM DBG Extracting backend assets files to /tmp/localai/backend_data
3:25PM INF core/startup process completed!
3:25PM DBG No configuration file found at /tmp/localai/upload/uploadedFiles.json
3:25PM DBG No configuration file found at /tmp/localai/config/assistants.json
3:25PM DBG No configuration file found at /tmp/localai/config/assistantsFile.json
┌───────────────────────────────────────────────────┐
│ Fiber v2.52.0 │
│ http://127.0.0.1:8080 │
#!/bin/false
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
NODES=(
"https://github.com/ltdrdata/ComfyUI-Manager"
"https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved"
@rihp
rihp / bash
Created August 24, 2023 17:38
evo.ninja benchmarks run
/Users/robertohenriquez/pycode/polywrap/ai/evo.ninja-fork/../.. is not a git repository!
GIT_COMMIT_SHA: https://github.com/polywrap/evo.ninja-fork/tree/33fa0dcc8a80b54bc9b0801e89b457ce2fe03c1f
Current configuration:
workspace: workspace
entry_path: agbenchmark.benchmarks
Running all categories
Generating tests...
Generated suite for TestAgentProtocol.
Generated test for TestReadFile.
Generated test for TestSearch.
Title: Recent Updates to the Github Repository
Subtitle: Clarifying options for image-provider in .env.template and other improvements
Date: 2023-05-16
Author: GitHub Repository Contributors
Introduction
------------
# variables
numeros = [1, 7, 6, 5, 4, 3, 2, 3, 4, 5, 6, 7, 6, 5, 4, 3, 2, 3, 4, 5, 6, 7]
print('--- Ejercicio Nro. 1 ---')
for i in numeros:
if i > 5:
print(i)
print('\n--- Ejercicio Nro. 2 ---')