Karthik Gopalakrishnan

Results 9 comments of Karthik Gopalakrishnan

@deliahu I'm no k8s expert, but talking to some k8s folks offline, it seems the following may need some updates to move TLS-termination from the NLB to the pod: https://github.com/cortexlabs/cortex/blob/67c0b52001bcbcc9d251fb6066594119ff9f7c64/manager/manifests/istio.yaml.j2#L105...

@vishalbollu Yeah that sounds like a fair assessment toward ensuring host-terminated TLS with managed certificates via AWS Certificate Manager.

@williamFalcon Sounds cool! Could you create a pull request to integrate pytorch-lightning for multi-node multi-GPU fine-tuning? I want to move beyond multi-GPU single-node fine-tuning (which is what this repo currently...

@csukuangfj when I run `whereis gcc`, I get: ``` gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc /usr/share/man/man1/gcc.1.gz /usr/share/info/gcc.info.gz ``` I installed k2 from source by cloning the repo and running `python3 setup.py install`...

I am trying a separate conda based CPU-only install in my MacOS now. The command for this in the docs is: ``` conda install -c k2-fsa -c pytorch cpuonly k2...

When I run `cmake -DCMAKE_BUILD_TYPE=Release ..`, I see: ``` -- Enabled languages: CXX;CUDA -- The CXX compiler identification is GNU 9.3.0 -- The CUDA compiler identification is NVIDIA 11.1.105 --...

@csukuangfj `./x86_64-conda-linux-gnu/sysroot/lib64/libm.so.6` is the output, not `/home/ec2-user/anaconda3/envs/pytorch_p38/lib `. > It would also be nice to know the libc version that anaconda's gcc is using, I'm curious whether it's newer or...

@jeffra on a somewhat related note - a lot of the documentation links in the README file are now throwing 404 errors. Could you please take a look at these?...

@ShadenSmith thanks for the fix! I still see one 404: https://www.deepspeed.ai/docs/config_json/