B. GOR

Results 235 comments of B. GOR

I only have one GPU in my machine on runpod A100:80GB

I guess yes that must be an issue, since deepspeed is present in example configuration, and I was not even aware what deepspeed is.

It works now thanks @marc2332 @ovsky ``` git clone [email protected]:ovsky/deno_modern_installer.git cd deno_modern_installer cargo build --release cd examples/oak deno run --allow-all --unstable build.ts ```

I also have this issue, balance wiped out @dannysemi how did you implement health check?

Consider as example codebase of this repository itself.. This how I can see it now.. I wish it would be rather simplified and show me outline of each file linked...

Currently I am doing annotations of my code files into segments with special comments For example given this file, file.test.ts ``` import { assertEquals } from "https://deno.land/[email protected]/assert/mod.ts"; //.second Deno.test("second", ()...

> Great idea! Although it only works with specific websites that are able to return a meaningful and short output. > > Is there perhaps a tool that can summarize...

@mariodian following example of Caddyfile I am using as a proxy server to my files ``` { admin 127.0.0.1:2023 } :8080 root * /home/sevenflash/Code header * { Access-Control-Allow-Origin "*" Access-Control-Allow-Methods...