JustGitting

Results 54 comments of JustGitting

Hi @kentrussell, @nartmada, Any suggestions for how to dump the vbios on the MI50? Or will AMD release the vbios?

@kentrussell, @nartmada I've booted to a live Ubuntu which found and initialised the AMD gpu without error. I did the following as suggested: ``` $ sudo su - # cat...

Hi @bayees, No, I'm using view materializations for staging and intermediate models. I'll use table materializations for the final/public facing tables.

I found where people can request nested CTE's in MS SQL server from the tsql_utils docs (https://hub.getdbt.com/dbt-msft/tsql_utils/latest). > dbt-expectations > > Read more about these macros in the [dbt-expectations package...

@bayees You were right regarding "ephemeral materialization". I had commented it out in my dbt_project.yml file, but I didn't have a trailing space after the hash. Which the parser ignores,...

@BESTTOOLBOX I have the same question as you. How the FedML/MLOps platform communicate and how dependent each is on the other is not explicitly stated in the documentation. Reading between...

Thanks @Rmalavally. I found those documents earlier which have been improved, but they lack the details of the [hardware document](https://rocm.github.io/hardware.html). For example (from a local copy I have): > ###...

Hi @bancika, @greenonline, I've had the same problem with my Kicad schematic I've created and exported as a netlist. The schematic passes the Electrical Rules Checker (ERC) in Kicad so...

Thanks @bancika for the clarification. Is the feature to export Spice netlists to a file on the roadmap?